diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php
index 9f5c3e1e0d..c4b2a8b91a 100644
|
a
|
b
|
function wp_dashboard_events_news() { |
| 1746 | 1746 | <label for="community-events-location" class="screen-reader-text"> |
| 1747 | 1747 | <?php _e( 'City' ); ?> |
| 1748 | 1748 | </label> |
| 1749 | | <input type="text" name="city" id="community-events-location" |
| 1750 | | value="<?php echo esc_attr( $location ); ?>" /> |
| 1751 | | <button type="submit" class="button"> |
| | 1749 | |
| | 1750 | <input type="text" |
| | 1751 | name="city" |
| | 1752 | id="community-events-location" |
| | 1753 | class="regular-text small" |
| | 1754 | value="<?php echo esc_attr( $location ); ?>" /> |
| | 1755 | |
| | 1756 | <button type="submit" class="button small"> |
| 1752 | 1757 | <?php _e( 'Submit' ); ?> |
| 1753 | 1758 | </button> |
| 1754 | 1759 | </p> |