- Timestamp:
- 05/19/2023 01:25:49 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php
r53455 r55827 229 229 $value = false; 230 230 231 // Note that a ID of less than one indicates a nav_menu not yet inserted.231 // Note that an ID of less than one indicates a nav_menu not yet inserted. 232 232 if ( $this->post_id > 0 ) { 233 233 $post = get_post( $this->post_id );
Note: See TracChangeset
for help on using the changeset viewer.