- Timestamp:
- 11/14/2020 04:21:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ajax-upgrader-skin.php
r48661 r49596 82 82 83 83 /** 84 * Stores a log entry for an error.84 * Stores an error message about the upgrade. 85 85 * 86 86 * @since 4.6.0 … … 117 117 118 118 /** 119 * Stores a log entry.119 * Stores a message about the upgrade. 120 120 * 121 121 * @since 4.6.0 … … 123 123 * to the function signature. 124 124 * 125 * @param string|array|WP_Error $data Log entrydata.125 * @param string|array|WP_Error $data Message data. 126 126 * @param mixed ...$args Optional text replacements. 127 127 */
Note: See TracChangeset
for help on using the changeset viewer.