We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679e3d2 commit fb4e505Copy full SHA for fb4e505
gp-includes/local.php
@@ -938,7 +938,7 @@ public function sync_to_wordpress_org_overview() {
938
$modified_after = $last_submission;
939
}
940
941
- if ( wp_verify_nonce( $_POST['_wpnonce'], 'sync_translations' ) && isset( $_POST['modified_after'] ) ) {
+ if ( isset( $_POST['_wpnonce'] ) && wp_verify_nonce( $_POST['_wpnonce'], 'sync_translations' ) && isset( $_POST['modified_after'] ) ) {
942
$modified_after = $_POST['modified_after'];
943
} elseif ( isset( $_GET['modified_after'] ) ) {
944
$modified_after = $_GET['modified_after'];
0 commit comments