| 1688 | | <button type="button" class="not-a-button item-edit"><span class="screen-reader-text"><?php _e( 'Edit Menu Item' ); ?></span></button> |
| 1689 | | <button type="button" class="not-a-button item-delete submitdelete deletion"><span class="screen-reader-text"><?php _e( 'Remove Menu Item' ); ?></span></button> |
| | 1688 | <button type="button" class="not-a-button item-edit"><span class="screen-reader-text"><?php |
| | 1689 | /* translators: 1: Title of a menu item, 2: Type of a menu item */ |
| | 1690 | printf( __( 'Edit menu item: %1$s (%2$s)' ), '{{ data.title || wp.customize.Menus.data.l10n.untitled }}', '{{ data.item_type_label }}' ); |
| | 1691 | ?></span></button> |
| | 1692 | <button type="button" class="not-a-button item-delete submitdelete deletion"><span class="screen-reader-text"><?php |
| | 1693 | /* translators: 1: Title of a menu item, 2: Type of a menu item */ |
| | 1694 | printf( __( 'Remove Menu Item: %1$s (%2$s)' ), '{{ data.title || wp.customize.Menus.data.l10n.untitled }}', '{{ data.item_type_label }}' ); |
| | 1695 | ?></span></button> |