Changeset 67 in tests
- Timestamp:
- 11/02/2007 12:40:03 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-testcase/test_includes_post.php
r66 r67 143 143 144 144 // permalink should include the post ID at the end 145 $this->assertEquals(get_option('siteurl').'/2007/10/31/'.$id , $plink);145 $this->assertEquals(get_option('siteurl').'/2007/10/31/'.$id.'/', $plink); 146 146 147 147 $wp_rewrite->set_permalink_structure('');
Note: See TracChangeset
for help on using the changeset viewer.