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 128dadf commit 3e7d7d4Copy full SHA for 3e7d7d4
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