]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/import.php
WordPress 4.3
[autoinstalls/wordpress.git] / wp-admin / includes / import.php
index 55c6e78bb95f099d371c5d5764b363f8b449d9c1..8b6737437ad705ad3b5862962a2a2225ef8175f3 100644 (file)
@@ -11,6 +11,7 @@
  *
  * @since 2.0.0
  *
  *
  * @since 2.0.0
  *
+ * @global array $wp_importers
  * @return array
  */
 function get_importers() {
  * @return array
  */
 function get_importers() {
@@ -42,10 +43,12 @@ function _usort_by_first_member( $a, $b ) {
  *
  * @since 2.0.0
  *
  *
  * @since 2.0.0
  *
- * @param string $id Importer tag. Used to uniquely identify importer.
- * @param string $name Importer name and title.
- * @param string $description Importer description.
- * @param callback $callback Callback to run.
+ * @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.
+ * @param callback $callback    Callback to run.
  * @return WP_Error Returns WP_Error when $callback is WP_Error.
  */
 function register_importer( $id, $name, $description, $callback ) {
  * @return WP_Error Returns WP_Error when $callback is WP_Error.
  */
 function register_importer( $id, $name, $description, $callback ) {