Skip to content
Snippets Groups Projects
Commit ee406da5 authored by catch's avatar catch
Browse files

Issue #1264894 by Devin Carlson, James_Stallings: Fixed The 'Parameters'...

Issue #1264894 by Devin Carlson, James_Stallings: Fixed The 'Parameters' section shows HTML tags are rendered as plain text.
parent ce6c15f3
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment