Close an HTML tag inside the add_filter() inline doc. props johnbillion, fixes #24772.

git-svn-id: http://core.svn.wordpress.org/trunk@24711 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-07-16 13:59:43 +00:00
parent 367e456472
commit bb4cc55ccf

View File

@ -45,7 +45,7 @@
*
* <strong>Note:</strong> the function will return true no matter if the
* function was hooked fails or not. There are no checks for whether the
* function exists beforehand and no checks to whether the <tt>$function_to_add
* function exists beforehand and no checks to whether the <tt>$function_to_add</tt>
* is even a string. It is up to you to take care and this is done for
* optimization purposes, so everything is as quick as possible.
*