equal
deleted
inserted
replaced
128 </p> |
128 </p> |
129 <p class="field-description description description-thin"> |
129 <p class="field-description description description-thin"> |
130 <label for="edit-menu-item-description-{{ data.menu_item_id }}"> |
130 <label for="edit-menu-item-description-{{ data.menu_item_id }}"> |
131 <?php _e( 'Description' ); ?><br /> |
131 <?php _e( 'Description' ); ?><br /> |
132 <textarea id="edit-menu-item-description-{{ data.menu_item_id }}" class="widefat edit-menu-item-description" rows="3" cols="20" name="menu-item-description">{{ data.description }}</textarea> |
132 <textarea id="edit-menu-item-description-{{ data.menu_item_id }}" class="widefat edit-menu-item-description" rows="3" cols="20" name="menu-item-description">{{ data.description }}</textarea> |
133 <span class="description"><?php _e( 'The description will be displayed in the menu if the current theme supports it.' ); ?></span> |
133 <span class="description"><?php _e( 'The description will be displayed in the menu if the active theme supports it.' ); ?></span> |
134 </label> |
134 </label> |
135 </p> |
135 </p> |
136 |
136 |
137 <?php |
137 <?php |
138 /** |
138 /** |