Skip to content

Commit 00fa5a1

Browse files
committed
Bad echo
1 parent cfab6da commit 00fa5a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ReduxCore/framework.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,6 @@ public function _enqueue() {
12311231
* @return void
12321232
*/
12331233
public function _download_options(){
1234-
echo "here";
12351234
/** @noinspection PhpUndefinedConstantInspection */
12361235
if( !isset( $_GET['secret'] ) || $_GET['secret'] != md5( AUTH_KEY . SECURE_AUTH_KEY ) ) {
12371236
wp_die( 'Invalid Secret for options use' );

0 commit comments

Comments
 (0)