Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/qunit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h3 class="accordion-section-title" tabindex="0">
<li class="notice notice-{{ data.type || 'info' }} {{ data.altNotice ? 'notice-alt' : '' }} {{ data.dismissible ? 'is-dismissible' : '' }}" data-code="{{ data.code }}" data-type="{{ data.type }}">
{{{ data.message || data.code }}}
<# if ( data.dismissible ) { #>
<button type="button" class="notice-dismiss"><span class="screen-reader-text"><?php _e( 'Dismiss' ); ?></span></button>
<button type="button" class="notice-dismiss"><span class="screen-reader-text">Dismiss</span></button>
<# } #>
</li>
</script>
Expand Down Expand Up @@ -395,14 +395,14 @@ <h3 class="accordion-section-title" tabindex="0">
</script>

<script type="text/html" id="tmpl-nav-menu-locations-header">
<span class="customize-control-title customize-section-title-menu_locations-heading"><?php _e( 'Menu Locations' ); ?></span>
<span class="customize-control-title customize-section-title-menu_locations-heading">Menu Locations</span>
<p class="customize-control-description customize-section-title-menu_locations-description">Something</p>
</script>

<script type="text/html" id="tmpl-nav-menu-create-menu-section-title">
<h3>
<button type="button" class="button customize-add-menu-button">
<?php _e( 'Create New Menu' ); ?>
Create New Menu
</button>
</h3>
</script>
Expand Down
Loading