Docs: Restore `output` annotation in `tags-suggest.js`.

This was mistakenly removed in [44537].

See #38922.
Built from https://develop.svn.wordpress.org/trunk@44538


git-svn-id: http://core.svn.wordpress.org/trunk@44369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-01-10 02:50:51 +00:00
parent 6fbf4ceaea
commit 8eb90ac374
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
/**
* Default settings for jQuery UI Autocomplete for use with non-hierarchical taxonomies.
*
* @output wp-admin/js/tags-suggest.js
*/
( function( $ ) {
if ( typeof window.tagsSuggestL10n === 'undefined' || typeof window.uiAutocompleteL10n === 'undefined' ) {

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44537';
$wp_version = '5.1-alpha-44538';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.