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:
parent
4f2dc7f00f
commit
e430a0d730
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue