From e430a0d7308a71da808d1d0086c921b470957fd1 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: https://develop.svn.wordpress.org/trunk@24711 602fd350-edb4-49c9-b593-d223f7449a82 --- 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. *