Changeset 51971
- Timestamp:
- 11/01/2021 10:53:19 PM (3 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/dashboard.css
r51727 r51971 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 } -
trunk/src/wp-admin/includes/dashboard.php
r51282 r51971 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>
Note: See TracChangeset
for help on using the changeset viewer.