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

git-svn-id: https://develop.svn.wordpress.org/trunk@24711 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-07-16 13:59:43 +00:00
parent 4f2dc7f00f
commit e430a0d730
1 changed files with 1 additions and 1 deletions

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.
*