mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 06:05:42 +00:00
Add @global annotations for wp-admin/*.
See #32444. git-svn-id: https://develop.svn.wordpress.org/trunk@32642 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
*
|
||||
* @since 2.0.0
|
||||
*
|
||||
* @global array $wp_importers
|
||||
* @return array
|
||||
*/
|
||||
function get_importers() {
|
||||
@@ -42,6 +43,8 @@ function _usort_by_first_member( $a, $b ) {
|
||||
*
|
||||
* @since 2.0.0
|
||||
*
|
||||
* @global array $wp_importers
|
||||
*
|
||||
* @param string $id Importer tag. Used to uniquely identify importer.
|
||||
* @param string $name Importer name and title.
|
||||
* @param string $description Importer description.
|
||||
|
||||
Reference in New Issue
Block a user