Changeset 37985 for trunk/src/wp-includes/cron.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r37542 r37985 192 192 // Previously this function took the arguments as discrete vars rather than an array like the rest of the API 193 193 if ( !is_array($args) ) { 194 _deprecated_argument( __FUNCTION__, '3.0 ', __('This argument has changed to an array to match the behavior of the other cron functions.') );194 _deprecated_argument( __FUNCTION__, '3.0.0', __('This argument has changed to an array to match the behavior of the other cron functions.') ); 195 195 $args = array_slice( func_get_args(), 1 ); 196 196 }
Note: See TracChangeset
for help on using the changeset viewer.