summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/common.inc b/includes/common.inc
index f7a6ce3a4..acc65af5f 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -1677,7 +1677,7 @@ function format_xml_elements($array) {
* - !variable: inserted as is
* - @variable: escape plain text to HTML (check_plain)
* - %variable: escape text and theme as a placeholder for user-submitted
- * content (check_plain + theme_placeholder)
+ * content (check_plain + drupal_placeholder)
* Note that you do not need to include @count in this array.
* This replacement is done automatically for the plural case.
* @param $options
@@ -6247,9 +6247,6 @@ function drupal_array_nested_key_exists(array $array, array $parents) {
function drupal_common_theme() {
return array(
// theme.inc
- 'placeholder' => array(
- 'variables' => array('text' => NULL)
- ),
'html' => array(
'render element' => 'page',
'template' => 'html',