Changeset 48590 for trunk/src/wp-includes/class-wp-recovery-mode.php
- Timestamp:
- 07/23/2020 09:09:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-recovery-mode.php
r48586 r48590 342 342 * @param array $error Error that was triggered. 343 343 * @return array|false { 344 * @type string $slug The extension slug. This is the plugin or theme's directory. 345 * @type string $type The extension type. Either 'plugin' or 'theme'. 344 * Extension details. 345 * 346 * @type string $slug The extension slug. This is the plugin or theme's directory. 347 * @type string $type The extension type. Either 'plugin' or 'theme'. 346 348 * } 347 349 */
Note: See TracChangeset
for help on using the changeset viewer.