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
This commit is contained in:
Pascal Birchler 2017-09-27 08:52:47 +00:00
parent 1f5c7470fb
commit 5e7ce2a61a
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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.