From a593be4403a59bc3ed85a78043d24793a6f19ee4 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Fri, 20 May 2016 06:15:27 +0000 Subject: [PATCH] Docs: Correct @since tag for Emoji SVG filters See [37471] Fixes #36525 Built from https://develop.svn.wordpress.org/trunk@37473 git-svn-id: http://core.svn.wordpress.org/trunk@37441 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 28979bb695..d8f569f4cf 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -4568,7 +4568,7 @@ function _print_emoji_detection_script() { /** * Filter the URL where emoji SVG images are hosted. * - * @since 4.2.0 + * @since 4.6.0 * * @param string The emoji base URL for svg images. */ @@ -4577,7 +4577,7 @@ function _print_emoji_detection_script() { /** * Filter the extension of the emoji SVG files. * - * @since 4.2.0 + * @since 4.6.0 * * @param string The emoji extension for svg files. Default .svg. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 603137ebf1..3dcc84b7a0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37472'; +$wp_version = '4.6-alpha-37473'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.