From 74cee3d59c259aa98155172d562c6908092495d3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 2 Sep 2016 00:07:22 +0000 Subject: [PATCH] Docs: Correct `@since` entry for the `smilies` filter added in [38504]. See #35905. git-svn-id: https://develop.svn.wordpress.org/trunk@38505 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 95672f5350..e3f2560a2a 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -3348,7 +3348,7 @@ function smilies_init() { * This filter must be added before `smilies_init` is run, as * it is normally only run once to setup the smilies regex. * - * @since 4.6.0 + * @since 4.7.0 * * @param array $wpsmiliestrans List of the smilies. */