mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Correct some @since values added in [29739].
see #28459. Built from https://develop.svn.wordpress.org/trunk@29743 git-svn-id: http://core.svn.wordpress.org/trunk@29517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b67ba6fb1c
commit
9f066b2a1d
@ -413,7 +413,7 @@
|
||||
|
||||
/**
|
||||
* @access private
|
||||
* @since 4.0.0
|
||||
* @since 3.5.0
|
||||
*/
|
||||
_ready: function() {
|
||||
this._updateMenu();
|
||||
@ -934,7 +934,7 @@
|
||||
},
|
||||
|
||||
/**
|
||||
* @since 3.9.0
|
||||
* @since 3.5.0
|
||||
*/
|
||||
initialize: function() {
|
||||
// If we haven't been provided a `library`, create a `Selection`.
|
||||
@ -948,7 +948,7 @@
|
||||
},
|
||||
|
||||
/**
|
||||
* since 3.9.0
|
||||
* @since 3.5.0
|
||||
*/
|
||||
activate: function() {
|
||||
var library = this.get('library');
|
||||
@ -965,7 +965,7 @@
|
||||
},
|
||||
|
||||
/**
|
||||
* @since 3.9.0
|
||||
* @since 3.5.0
|
||||
*/
|
||||
deactivate: function() {
|
||||
// Stop watching for uploaded attachments.
|
||||
@ -977,7 +977,7 @@
|
||||
},
|
||||
|
||||
/**
|
||||
* @since 3.9.0
|
||||
* @since 3.5.0
|
||||
*
|
||||
* @param browser
|
||||
*/
|
||||
@ -1040,7 +1040,7 @@
|
||||
}, media.controller.Library.prototype.defaults ),
|
||||
|
||||
/**
|
||||
* @since 3.9.0
|
||||
* @since 3.5.0
|
||||
*/
|
||||
initialize: function() {
|
||||
// If we haven't been provided a `library`, create a `Selection`.
|
||||
@ -1051,7 +1051,7 @@
|
||||
},
|
||||
|
||||
/**
|
||||
* @since 3.9.0
|
||||
* @since 3.5.0
|
||||
*/
|
||||
activate: function() {
|
||||
var library = this.get('library'),
|
||||
|
Loading…
Reference in New Issue
Block a user