diff --git src/wp-admin/includes/dashboard.php src/wp-admin/includes/dashboard.php
index 0f0058127f..7e9322e7ff 100644
|
|
|
function wp_print_community_events_markup() { |
| 1215 | 1215 | |
| 1216 | 1216 | <?php submit_button( __( 'Submit' ), 'secondary', 'community-events-submit', false ); ?> |
| 1217 | 1217 | |
| 1218 | | <button class="community-events-cancel button button-link" type="button" aria-expanded="false"> |
| | 1218 | <button class="community-events-cancel button-link" type="button" aria-expanded="false"> |
| 1219 | 1219 | <?php _e( 'Cancel' ); ?> |
| 1220 | 1220 | </button> |
| 1221 | 1221 | |