Skip to content

Commit 334aa65

Browse files
author
Marco Pereirinha
committed
We do not need this
1 parent c7ace1b commit 334aa65

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

php/class-admin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ public function init_setting_save() {
414414
$saving = filter_input_array( INPUT_POST, $args, false );
415415
if ( ! empty( $saving ) && ! empty( $saving[ $submission ] ) && wp_verify_nonce( $saving['_cld_nonce'], 'cloudinary-settings' ) ) {
416416
$referer = $saving['_wp_http_referer'];
417-
wp_parse_str( wp_parse_url( $referer, PHP_URL_QUERY ), $query );
418417

419418
$data = $saving[ $submission ];
420419
$this->save_settings( $submission, $data );

0 commit comments

Comments
 (0)