Changeset 49116
- Timestamp:
- 10/09/2020 10:28:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-error.php
r49115 r49116 26 26 27 27 /** 28 * Stores the most -recently added data for each error code.28 * Stores the most recently added data for each error code. 29 29 * 30 30 * @since 2.1.0 … … 147 147 148 148 /** 149 * Retrieves the most -recently added error data for an error code.149 * Retrieves the most recently added error data for an error code. 150 150 * 151 151 * @since 2.1.0 … … 297 297 * @since 5.6.0 298 298 * 299 * @param WP_Error $from From.300 * @param WP_Error $to T o.299 * @param WP_Error $from The WP_Error to copy from. 300 * @param WP_Error $to The WP_Error to copy to. 301 301 */ 302 302 protected static function copy_errors( WP_Error $from, WP_Error $to ) {
Note: See TracChangeset
for help on using the changeset viewer.