- Timestamp:
- 04/29/2022 07:15:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-paused-extensions-storage.php
r48102 r53316 43 43 * @param string $extension Plugin or theme directory name. 44 44 * @param array $error { 45 * Error that was triggered.46 * 47 * @type string$type The error type.45 * Error information returned by `error_get_last()`. 46 * 47 * @type int $type The error type. 48 48 * @type string $file The name of the file in which the error occurred. 49 * @type string$line The line number in which the error occurred.49 * @type int $line The line number in which the error occurred. 50 50 * @type string $message The error message. 51 51 * } … … 142 142 * @since 5.2.0 143 143 * 144 * @return array Associative array of extension slugs to the error recorded. 144 * @return array { 145 * Associative array of errors keyed by extension slug. 146 * 147 * @type array ...$0 Error information returned by `error_get_last()`. 148 * } 145 149 */ 146 150 public function get_all() {
Note: See TracChangeset
for help on using the changeset viewer.