From 8a5002d42417093f00562ce0379728494d15b346 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 14 Sep 2016 21:52:24 +0000 Subject: [PATCH] Docs: Use a third-person singular verb for `smilies` filter added in [38504]. See #35905. git-svn-id: https://develop.svn.wordpress.org/trunk@38608 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 11645a842a..6e2fce9718 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -3346,7 +3346,7 @@ function smilies_init() { } /** - * Filter all the smilies. + * Filters all the smilies. * * This filter must be added before `smilies_init` is run, as * it is normally only run once to setup the smilies regex.