Plugins: Fix version number in docblock after [41608].

Props ocean90.
See #37430.


git-svn-id: https://develop.svn.wordpress.org/trunk@41609 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler 2017-09-27 08:51:25 +00:00
parent dfaa7de8fb
commit 0becc4b8db
1 changed files with 1 additions and 1 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();