Changeset 47122 for trunk/tests/phpunit/tests/rewrite/numericSlugs.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite/numericSlugs.php
r46586 r47122 36 36 ); 37 37 38 // Force an ID that resembles a year format 38 // Force an ID that resembles a year format. 39 39 $wpdb->update( 40 40 $wpdb->posts, … … 66 66 ); 67 67 68 // Force an ID that resembles a year format 68 // Force an ID that resembles a year format. 69 69 $wpdb->update( 70 70 $wpdb->posts,
Note: See TracChangeset
for help on using the changeset viewer.