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.
2 parents 7e1d343 + 3e7d7d4 commit 1ea1c2cCopy full SHA for 1ea1c2c
includes/MslsPlugin.php
@@ -73,7 +73,7 @@ public static function init() {
73
add_action( 'load-term.php', array( MslsPostTag::class, 'init' ) );
74
75
if ( MslsRequest::has_var( MslsFields::FIELD_ACTION ) ) {
76
- $action = MslsRequest::gas_var( MslsFields::FIELD_ACTION );
+ $action = MslsRequest::has_var( MslsFields::FIELD_ACTION );
77
78
if ( 'add-tag' === $action ) {
79
add_action( 'admin_init', array( MslsPostTag::class, 'init' ) );
0 commit comments