From 5e7ce2a61aa350f582e9a1dfac74b3cdafb5bd46 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 27 Sep 2017 08:52:47 +0000 Subject: [PATCH] Plugins: Fix version number in docblock after [41608]. Props ocean90. See #37430. Built from https://develop.svn.wordpress.org/trunk@41609 git-svn-id: http://core.svn.wordpress.org/trunk@41444 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/updates.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/js/updates.js b/wp-admin/js/updates.js index 45911870f1..fc457a6236 100644 --- a/wp-admin/js/updates.js +++ b/wp-admin/js/updates.js @@ -2294,7 +2294,7 @@ /** * Trigger a search event when the "Try Again" button is clicked. * - * @since 4.8.0 + * @since 4.9.0 */ $document.on( 'click', '.try-again', function( event ) { event.preventDefault(); diff --git a/wp-includes/version.php b/wp-includes/version.php index c11d592052..228f45024b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41608'; +$wp_version = '4.9-alpha-41609'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.