summaryrefslogtreecommitdiff
path: root/modules/php
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-07-03 07:44:45 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-07-03 07:44:45 -0700
commit1987a5999e956053f9463e0118cae2538fae8b6f (patch)
tree7c98ee433ab7271d11caf36f827f167cee6a05bc /modules/php
parent2a7d33e9d78a65ea14dd704a156da428e9d852e5 (diff)
downloadbrdo-1987a5999e956053f9463e0118cae2538fae8b6f.tar.gz
brdo-1987a5999e956053f9463e0118cae2538fae8b6f.tar.bz2
Issue #2002182 by w00zle: Convert hook_filter_info docs to use new callback function standard
Diffstat (limited to 'modules/php')
-rw-r--r--modules/php/php.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/php/php.module b/modules/php/php.module
index d5ea15287..da9d01db4 100644
--- a/modules/php/php.module
+++ b/modules/php/php.module
@@ -47,7 +47,7 @@ function php_permission() {
* overwrite any variables in the calling code, unlike a regular eval() call.
*
* This function is also used as an implementation of
- * hook_filter_FILTER_process().
+ * callback_filter_process().
*
* @param $code
* The code to evaluate.
@@ -88,7 +88,7 @@ function php_eval($code) {
}
/**
- * Implements hook_filter_FILTER_tips().
+ * Implements callback_filter_tips().
*
* @see php_filter_info()
*/