]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-wp-importer.php
WordPress 4.4.1
[autoinstalls/wordpress.git] / wp-admin / includes / class-wp-importer.php
index fac5d40e4f78c91c6562eb4f34955f82f3904514..408fe1bc046f509321c3734cf9ab10547eb09921 100644 (file)
@@ -12,7 +12,7 @@ class WP_Importer {
        /**
         * Returns array with imported permalinks from WordPress database
         *
        /**
         * Returns array with imported permalinks from WordPress database
         *
-        * @global wpdb $wpdb
+        * @global wpdb $wpdb WordPress database abstraction object.
         *
         * @param string $importer_name
         * @param string $bid
         *
         * @param string $importer_name
         * @param string $bid
@@ -52,7 +52,7 @@ class WP_Importer {
        /**
         * Return count of imported permalinks from WordPress database
         *
        /**
         * Return count of imported permalinks from WordPress database
         *
-        * @global wpdb $wpdb
+        * @global wpdb $wpdb WordPress database abstraction object.
         *
         * @param string $importer_name
         * @param string $bid
         *
         * @param string $importer_name
         * @param string $bid
@@ -81,7 +81,7 @@ class WP_Importer {
        /**
         * Set array with imported comments from WordPress database
         *
        /**
         * Set array with imported comments from WordPress database
         *
-        * @global wpdb $wpdb
+        * @global wpdb $wpdb WordPress database abstraction object.
         *
         * @param string $bid
         * @return array
         *
         * @param string $bid
         * @return array