- Timestamp:
- 02/24/2020 02:56:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-item-control.php
r45932 r47350 133 133 </p> 134 134 135 <?php 136 /** 137 * Fires at the end of the form field template for nav menu items in the customizer. 138 * 139 * Additional fields can be rendered here and managed in JavaScript. 140 * 141 * @since 5.4.0 142 */ 143 do_action( 'wp_nav_menu_item_custom_fields_customize_template' ); 144 ?> 145 135 146 <div class="menu-item-actions description-thin submitbox"> 136 147 <# if ( ( 'post_type' === data.item_type || 'taxonomy' === data.item_type ) && '' !== data.original_title ) { #>
Note: See TracChangeset
for help on using the changeset viewer.