Changeset 56180 for trunk/src/wp-includes/cron.php
- Timestamp:
- 07/09/2023 09:46:24 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/cron.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r55988 r56180 542 542 */ 543 543 function wp_clear_scheduled_hook( $hook, $args = array(), $wp_error = false ) { 544 // Backward compatibility. 545 // Previously, this function took the arguments as discrete vars rather than an array like the rest of the API. 544 /* 545 * Backward compatibility. 546 * Previously, this function took the arguments as discrete vars rather than an array like the rest of the API. 547 */ 546 548 if ( ! is_array( $args ) ) { 547 549 _deprecated_argument( __FUNCTION__, '3.0.0', __( 'This argument has changed to an array to match the behavior of the other cron functions.' ) );
Note: See TracChangeset
for help on using the changeset viewer.