Changeset 49108 for trunk/tests/phpunit/tests/post.php
- Timestamp:
- 10/08/2020 09:13:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post.php
r49027 r49108 44 44 */ 45 45 function _next_schedule_for_post( $hook, $id ) { 46 return wp_next_scheduled( 'publish_future_post', array( 0 => intval( $id )) );46 return wp_next_scheduled( 'publish_future_post', array( 0 => (int) $id ) ); 47 47 } 48 48
Note: See TracChangeset
for help on using the changeset viewer.