summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 12:55:18 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 12:55:18 -0700
commitcb66a61c8d2542b56acafe862a9a593d421186c1 (patch)
tree7415490d9d855730311dd1f9bba9f8b74246bf62 /modules
parent0c92275fbeb9d0170a0ee3626cedb7fc328687e5 (diff)
downloadbrdo-cb66a61c8d2542b56acafe862a9a593d421186c1.tar.gz
brdo-cb66a61c8d2542b56acafe862a9a593d421186c1.tar.bz2
Issue #1264894 by Devin Carlson, James_Stallings: Fixed The 'Parameters' section shows HTML tags are rendered as plain text.
Diffstat (limited to 'modules')
-rw-r--r--modules/node/node.module8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 95b4219fb..c4a929523 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -272,10 +272,10 @@ function node_admin_paths() {
* Gathers a listing of links to nodes.
*
* @param $result
- * A DB result object from a query to fetch node entities. If your query
- * joins the <code>node_comment_statistics</code> table so that the
- * <code>comment_count</code> field is available, a title attribute will
- * be added to show the number of comments.
+ * A database result object from a query to fetch node entities. If your
+ * query joins the {node_comment_statistics} table so that the comment_count
+ * field is available, a title attribute will be added to show the number of
+ * comments.
* @param $title
* A heading for the resulting list.
*