From ed8683def4d1041ccca6e389d8d951ad81d6bd55 Mon Sep 17 00:00:00 2001 From: Erica Douglass Date: Mon, 7 Oct 2002 03:08:34 +0000 Subject: [PATCH] These all had descriptions of "Adds new attribute" -- obviously incorrect. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98531 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../domxml/functions/DomElement-get-elements-by-tagname.xml | 4 ++-- reference/domxml/functions/DomElement-has-attribute.xml | 4 ++-- reference/domxml/functions/DomElement-remove-attribute.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/domxml/functions/DomElement-get-elements-by-tagname.xml b/reference/domxml/functions/DomElement-get-elements-by-tagname.xml index 070af5a273..e99ff186c8 100644 --- a/reference/domxml/functions/DomElement-get-elements-by-tagname.xml +++ b/reference/domxml/functions/DomElement-get-elements-by-tagname.xml @@ -1,11 +1,11 @@ - + DomElement->get_elements_by_tagname - Adds new attribute + Gets elements by tagname diff --git a/reference/domxml/functions/DomElement-has-attribute.xml b/reference/domxml/functions/DomElement-has-attribute.xml index e93322fa30..9373032268 100644 --- a/reference/domxml/functions/DomElement-has-attribute.xml +++ b/reference/domxml/functions/DomElement-has-attribute.xml @@ -1,11 +1,11 @@ - + DomElement->has_attribute - Adds new attribute + Checks to see if attribute exists diff --git a/reference/domxml/functions/DomElement-remove-attribute.xml b/reference/domxml/functions/DomElement-remove-attribute.xml index db0d42a786..d4802b32a6 100644 --- a/reference/domxml/functions/DomElement-remove-attribute.xml +++ b/reference/domxml/functions/DomElement-remove-attribute.xml @@ -1,11 +1,11 @@ - + DomElement->remove_attribute - Adds new attribute + Removes attribute