Changeset 33483 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 07/29/2015 09:49:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r33413 r33483 1686 1686 </span> 1687 1687 <span class="item-controls"> 1688 <button type="button" class="not-a-button item-edit" ><span class="screen-reader-text"><?php1688 <button type="button" class="not-a-button item-edit" aria-expanded="false"><span class="screen-reader-text"><?php 1689 1689 /* translators: 1: Title of a menu item, 2: Type of a menu item */ 1690 1690 printf( __( 'Edit menu item: %1$s (%2$s)' ), '{{ data.title || wp.customize.Menus.data.l10n.untitled }}', '{{ data.item_type_label }}' ); 1691 ?></span>< /button>1691 ?></span><span class="toggle-indicator" aria-hidden="true"></span></button> 1692 1692 <button type="button" class="not-a-button item-delete submitdelete deletion"><span class="screen-reader-text"><?php 1693 1693 /* translators: 1: Title of a menu item, 2: Type of a menu item */
Note: See TracChangeset
for help on using the changeset viewer.