Changeset 32655 for trunk/src/wp-admin/includes/import.php
- Timestamp:
- 05/29/2015 09:16:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/import.php
r32642 r32655 46 46 * @global array $wp_importers 47 47 * 48 * @param string $idImporter tag. Used to uniquely identify importer.49 * @param string $nameImporter name and title.50 * @param string $description Importer description.51 * @param callback $callback Callback to run.48 * @param string $id Importer tag. Used to uniquely identify importer. 49 * @param string $name Importer name and title. 50 * @param string $description Importer description. 51 * @param callback $callback Callback to run. 52 52 * @return WP_Error Returns WP_Error when $callback is WP_Error. 53 53 */
Note: See TracChangeset
for help on using the changeset viewer.