Changeset 47910
- Timestamp:
- 06/04/2020 03:46:00 PM (5 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r47894 r47910 749 749 ); 750 750 751 echo '<span class="dashicons dashicons-update spin hidden" ></span>';751 echo '<span class="dashicons dashicons-update spin hidden" aria-hidden="true"></span>'; 752 752 echo '<span class="label">' . $text . '</span>'; 753 753 echo '</a>'; -
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r47894 r47910 1067 1067 ); 1068 1068 1069 echo '<span class="dashicons dashicons-update spin hidden" ></span>';1069 echo '<span class="dashicons dashicons-update spin hidden" aria-hidden="true"></span>'; 1070 1070 echo '<span class="label">' . $text . '</span>'; 1071 1071 echo '</a>'; -
trunk/src/wp-admin/themes.php
r47848 r47910 633 633 <# if ( data.autoupdate ) { #> 634 634 <a href="{{{ data.actions.autoupdate }}}" class="toggle-auto-update" data-slug="{{ data.id }}" data-wp-action="disable"> 635 <span class="dashicons dashicons-update spin hidden" ></span>635 <span class="dashicons dashicons-update spin hidden" aria-hidden="true"></span> 636 636 <span class="label"><?php _e( 'Disable auto-updates' ); ?></span> 637 637 </a> 638 638 <# } else { #> 639 639 <a href="{{{ data.actions.autoupdate }}}" class="toggle-auto-update" data-slug="{{ data.id }}" data-wp-action="enable"> 640 <span class="dashicons dashicons-update spin hidden" ></span>640 <span class="dashicons dashicons-update spin hidden" aria-hidden="true"></span> 641 641 <span class="label"><?php _e( 'Enable auto-updates' ); ?></span> 642 642 </a>
Note: See TracChangeset
for help on using the changeset viewer.