From 5b8f9fe73e82ef83c051a36d812714bf393a4bef Mon Sep 17 00:00:00 2001 From: joedolson Date: Tue, 17 Dec 2024 22:49:02 +0000 Subject: [PATCH] deploy: 4f0c9886e0a20df6017b70f4d191ebc74ee45bdf --- my-calendar-output.php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-calendar-output.php.html b/my-calendar-output.php.html index 19152e14..79f7c428 100644 --- a/my-calendar-output.php.html +++ b/my-calendar-output.php.html @@ -984,7 +984,7 @@ $recurs = str_split( $event->event_recur, 1 ); $recur = $recurs[0]; $referer = urlencode( mc_get_current_url() ); - $edit = " <div class='mc_edit_links'><ul>"; + $edit = " <div class='mc_edit_links'><button type='button' class='mc-toggle-edit' aria-expanded='false' aria-controls='mc-edit-$mc_id' aria-label='" . __( 'Edit', 'my-calendar' ) . "'><span class='dashicons dashicons-edit' aria-hidden='true'></span></button><ul id='mc-edit-$mc_id'>"; /** * Filter the permission required to view admin links on frontend when using Pro. Default 'manage_options'. *