wp/wp-includes/customize/class-wp-customize-nav-menu-item-control.php
changeset 19 3d72ae0968f4
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
   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 			/**