From a3707bdf30c3d3903d18306d37c798a913f3def5 Mon Sep 17 00:00:00 2001 From: joedolson Date: Sun, 5 Jan 2025 22:39:23 +0000 Subject: [PATCH] deploy: 28f7008598f542105d211c9452bcfb8477247f26 --- my-calendar-install.php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my-calendar-install.php.html b/my-calendar-install.php.html index 71148f72..90bb2109 100644 --- a/my-calendar-install.php.html +++ b/my-calendar-install.php.html @@ -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"/>