summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-15 03:00:40 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-15 03:00:40 +0000
commit437ba36d1902095f26767346068f8d677d6833a9 (patch)
tree2016ab1b1c508609abe5067d259a0813e4ac7740 /includes
parentbfdca3859e2eb8bb1cad1caa3a573d1b2dda56a9 (diff)
downloadbrdo-437ba36d1902095f26767346068f8d677d6833a9.tar.gz
brdo-437ba36d1902095f26767346068f8d677d6833a9.tar.bz2
#987232 by jhodgdon: Fixed PHP wrapper functions topic page has extra text
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 7ba01b782..889276086 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -37,7 +37,7 @@
* $my_substring = drupal_substr($original_string, 0, 5);
* @endcode
*
- * @} End of "defgroup php_wrappers".
+ * @}
*/
/**