mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Hide All/Show All buttons should be links. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13542 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -259,8 +259,8 @@ if ( $post_counter > 0 && $menu_selected_id > 0 && ! $updated ) {
|
||||
</p>
|
||||
|
||||
<p class="button-controls">
|
||||
<a class="show-all button"><?php _e('View All'); ?></a>
|
||||
<a class="hide-all button"><?php _e('Hide All'); ?></a>
|
||||
<a class="show-all"><?php _e('View All'); ?></a>
|
||||
<a class="hide-all"><?php _e('Hide All'); ?></a>
|
||||
</p>
|
||||
<div id="available-links" class="list-wrap">
|
||||
<div class="list-container">
|
||||
@@ -315,8 +315,8 @@ if ( $post_counter > 0 && $menu_selected_id > 0 && ! $updated ) {
|
||||
</p>
|
||||
|
||||
<p class="button-controls">
|
||||
<a class="show-all button"><?php _e('View All'); ?></a>
|
||||
<a class="hide-all button"><?php _e('Hide All'); ?></a>
|
||||
<a class="show-all"><?php _e('View All'); ?></a>
|
||||
<a class="hide-all"><?php _e('Hide All'); ?></a>
|
||||
</p>
|
||||
|
||||
<div id="existing-pages" class="list-wrap">
|
||||
@@ -377,8 +377,8 @@ if ( $post_counter > 0 && $menu_selected_id > 0 && ! $updated ) {
|
||||
</p>
|
||||
|
||||
<p class="button-controls">
|
||||
<a class="show-all button"><?php _e('View All'); ?></a>
|
||||
<a class="hide-all button"><?php _e('Hide All'); ?></a>
|
||||
<a class="show-all"><?php _e('View All'); ?></a>
|
||||
<a class="hide-all"><?php _e('Hide All'); ?></a>
|
||||
</p>
|
||||
|
||||
<div id="existing-categories" class="list-wrap">
|
||||
|
||||
Reference in New Issue
Block a user