Ticket #53311: 53311.diff
File 53311.diff, 1.2 KB (added by , 3 years ago) |
---|
-
src/wp-admin/css/dashboard.css
354 354 .community-events-errors [aria-hidden="true"], 355 355 .community-events-loading[aria-hidden="true"], 356 356 .community-events[aria-hidden="true"], 357 .community-events [aria-hidden="true"] {357 .community-events form[aria-hidden="true"] { 358 358 display: none; 359 359 } 360 360 -
src/wp-admin/includes/dashboard.php
1350 1350 <p> 1351 1351 <span id="community-events-location-message"></span> 1352 1352 1353 <button class="button-link community-events-toggle-location" aria-label="<?php esc_attr_e( 'Edit city' ); ?>" aria-expanded="false"> 1354 <span class="dashicons dashicons-edit"></span> 1353 <button class="button-link community-events-toggle-location" aria-expanded="false"> 1354 <span class="dashicons dashicons-location" aria-hidden="true"></span> 1355 <span class="community-events-location-edit"><?php _e( 'Select location' ); ?></span> 1355 1356 </button> 1356 1357 </p> 1357 1358