From 86826031665bf3eed73fbfb288bddbb0915e8486 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 2 Sep 2016 00:08:30 +0000 Subject: [PATCH] Docs: Correct `@since` entry for the `smilies` filter added in [38504]. See #35905. Built from https://develop.svn.wordpress.org/trunk@38505 git-svn-id: http://core.svn.wordpress.org/trunk@38446 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 95672f5350..e3f2560a2a 100644 --- a/wp-includes/functions.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index a40f9e0ad7..9b68cdc5e7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38504'; +$wp_version = '4.7-alpha-38505'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.