- Timestamp:
- 09/30/2025 05:05:42 PM (4 months ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/customize/nav-menus.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
- Property svn:mergeinfo changed
/trunk merged: 60814-60816
- Property svn:mergeinfo changed
-
branches/5.0/tests/phpunit/tests/customize/nav-menus.php
r43481 r60836 171 171 'id' => "post-{$post_id}", 172 172 'title' => 'Post Title', 173 'original_title' => 'Post Title', 173 174 'type' => 'post_type', 174 175 'type_label' => 'Post', … … 198 199 'id' => "post-{$page_id}", 199 200 'title' => 'Page Title', 201 'original_title' => 'Page Title', 200 202 'type' => 'post_type', 201 203 'type_label' => 'Page', … … 224 226 'id' => "post-{$post_id}", 225 227 'title' => 'Post Title', 228 'original_title' => 'Post Title', 226 229 'type' => 'post_type', 227 230 'type_label' => 'Post', … … 250 253 'id' => "term-{$term_id}", 251 254 'title' => 'Term Title', 255 'original_title' => 'Term Title', 252 256 'type' => 'taxonomy', 253 257 'type_label' => 'Category',
Note: See TracChangeset
for help on using the changeset viewer.