Changeset 55664
- Timestamp:
- 04/20/2023 10:39:05 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-importer.php
r55642 r55664 11 11 12 12 /** 13 * Returns array with imported permalinks from WordPress database 13 * Returns array with imported permalinks from WordPress database. 14 14 * 15 15 * @global wpdb $wpdb WordPress database abstraction object. … … 48 48 49 49 /** 50 * Return count of imported permalinks from WordPress database50 * Returns count of imported permalinks from WordPress database. 51 51 * 52 52 * @global wpdb $wpdb WordPress database abstraction object. … … 75 75 76 76 /** 77 * Set array with imported comments from WordPress database77 * Sets array with imported comments from WordPress database. 78 78 * 79 79 * @global wpdb $wpdb WordPress database abstraction object. … … 177 177 178 178 /** 179 * Sort by strlen, longest string first179 * Sorts by strlen, longest string first. 180 180 * 181 181 * @param string $a … … 215 215 216 216 /** 217 * Bump up the request timeout for http requests217 * Bumps up the request timeout for http requests. 218 218 * 219 219 * @param int $val … … 225 225 226 226 /** 227 * Check if user has exceeded disk quota227 * Checks if user has exceeded disk quota. 228 228 * 229 229 * @return bool … … 240 240 241 241 /** 242 * Replace newlines, tabs, and multiple spaces with a single space.242 * Replaces newlines, tabs, and multiple spaces with a single space. 243 243 * 244 244 * @param string $text
Note: See TracChangeset
for help on using the changeset viewer.