Changeset 36717 for trunk/tests/phpunit/tests/rewrite/numericSlugs.php
- Timestamp:
- 02/26/2016 12:25:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite/numericSlugs.php
r35242 r36717 38 38 array( 39 39 'ID' => '2015', 40 'guid' => 'http:// example.org/?p=2015'40 'guid' => 'http://' . WP_TESTS_DOMAIN . '/?p=2015' 41 41 ), 42 42 array( 'ID' => $id ) … … 66 66 array( 67 67 'ID' => '2015', 68 'guid' => 'http:// example.org/?p=2015'68 'guid' => 'http://' . WP_TESTS_DOMAIN . '/?p=2015' 69 69 ), 70 70 array( 'ID' => $id )
Note: See TracChangeset
for help on using the changeset viewer.