Skip to content

Commit

Permalink
deploy: 28f7008
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 5, 2025
1 parent ba642c5 commit a3707bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions my-calendar-install.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,9 @@
?>
<div id='message' class='updated'>
<p><?php esc_html_e( 'My Calendar has identified that you have the Calendar plugin by Kieran O\'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?', 'my-calendar' ); ?></p>
<form method="post" action="<?php echo esc_url( admin_url( 'admin.php?page=my-calendar-config' ); ?>">
<form method="post" action="<?php echo esc_url( admin_url( 'admin.php?page=my-calendar-config' ) ); ?>">
<div>
<input type="hidden" name="_wpnonce" value="<?php echo esc_attr( wp_create_nonce( 'my-calendar-nonce' ); ?>" />
<input type="hidden" name="_wpnonce" value="<?php echo esc_attr( wp_create_nonce( 'my-calendar-nonce' ) ); ?>" />
</div>
<div>
<input type="hidden" name="import" value="true"/>
Expand Down

0 comments on commit a3707bd

Please sign in to comment.