Changeset 47902 for trunk/src/wp-includes/cron.php
- Timestamp:
- 06/03/2020 05:38:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r47754 r47902 403 403 if ( ! is_array( $args ) ) { 404 404 _deprecated_argument( __FUNCTION__, '3.0.0', __( 'This argument has changed to an array to match the behavior of the other cron functions.' ) ); 405 $args = array_slice( func_get_args(), 1 ); 405 $args = array_slice( func_get_args(), 1 ); // phpcs:ignore PHPCompatibility.FunctionUse.ArgumentFunctionsReportCurrentValue.NeedsInspection 406 406 } 407 407
Note: See TracChangeset
for help on using the changeset viewer.