Skip to content

Commit

Permalink
deploy: 90f39df
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 16, 2024
1 parent 98f0ff9 commit 51cdfa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion my-calendar-event-manager.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
<div><input type='checkbox' class='selectall' id='mass_edit' data-action="mass_edit" /> <label for='mass_edit'><?php esc_html_e( 'Check all', 'my-calendar' ); ?></label></div>
</div>

<table class="widefat striped wp-list-table" id="my-calendar-admin-table">
<table class="widefat striped mc-responsive-table mc-events-table wp-list-table" id="my-calendar-admin-table">
<caption class="screen-reader-text"><?php esc_html_e( 'Event list. Use column headers to sort.', 'my-calendar' ); ?></caption>
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion my-calendar-group-manager.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@
<p class="mc-group-buttons mc-actions">
<input type="submit" class="button-primary group" value="<?php _e( 'Group events', 'my-calendar' ); ?>" />
</p>
<table class="widefat wp-list-table mc-groups-table" id="my-calendar-admin-table">
<table class="widefat wp-list-table mc-responsive-table mc-groups-table" id="my-calendar-admin-table">
<caption class="screen-reader-text"><?php esc_html_e( 'Grouped Events list. Use column headers to sort.', 'my-calendar' ); ?></caption>
<thead>
<tr>
Expand Down

0 comments on commit 51cdfa5

Please sign in to comment.