Changeset 33 in tests for wp-testcase/test_includes_post.php
- Timestamp:
- 09/24/2007 11:21:56 PM (19 years ago)
- File:
-
- 1 edited
-
wp-testcase/test_includes_post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-testcase/test_includes_post.php
r14 r33 17 17 // helper function: return the timestamp(s) of cron jobs for the specified hook and post 18 18 function _next_schedule_for_post($hook, $id) { 19 return wp_next_scheduled('publish_future_post', array(0=>strval($id))); 19 if (TEST_MU) 20 return wp_next_scheduled('publish_future_post', array(0=>intval($id))); 21 else 22 return wp_next_scheduled('publish_future_post', array(0=>strval($id))); 20 23 } 21 24
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)