From bb4cc55ccfc243b8dcbeca68c096070a1d6399be Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 16 Jul 2013 13:59:43 +0000 Subject: [PATCH] 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 --- wp-includes/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/plugin.php b/wp-includes/plugin.php index 343bdceb7c..c2aebf28a9 100644 --- a/wp-includes/plugin.php +++ b/wp-includes/plugin.php @@ -45,7 +45,7 @@ * * Note: 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 $function_to_add + * function exists beforehand and no checks to whether the $function_to_add * 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. *