Changeset 32642 for trunk/src/wp-admin/includes/class-wp-importer.php
- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-importer.php
r31220 r32642 13 13 * Returns array with imported permalinks from WordPress database 14 14 * 15 * @global wpdb $wpdb 16 * 15 17 * @param string $bid 16 18 * @return array … … 50 52 * Return count of imported permalinks from WordPress database 51 53 * 54 * @global wpdb $wpdb 55 * 52 56 * @param string $bid 53 57 * @return int … … 75 79 /** 76 80 * Set array with imported comments from WordPress database 81 * 82 * @global wpdb $wpdb 77 83 * 78 84 * @param string $bid … … 232 238 * Reset global variables that grow out of control during imports 233 239 * 234 * @return void 240 * @global wpdb $wpdb 241 * @global array $wp_actions 235 242 */ 236 243 public function stop_the_insanity() {
Note: See TracChangeset
for help on using the changeset viewer.