Plugin Directory

Changeset 2661140


Ignore:
Timestamp:
01/20/2022 11:10:48 PM (4 years ago)
Author:
tagbee
Message:

hot fix

Location:
tagbee-automatic-post-tagging
Files:
10 added
1 edited

Legend:

Unmodified
Added
Removed
  • tagbee-automatic-post-tagging/trunk/tagbee-post-tagger.php

    r2494905 r2661140  
    2828*/
    2929defined('ABSPATH') or die('Wordpress Plugin');
    30 define('TAGBEE_VERSION', "1.0.14");
     30define('TAGBEE_VERSION', "1.0.15");
    3131define("TAGBEE_NAMESPACE", "tagbee");
    3232define("TAGBEE_INNER_PROPOSAL_ENDPOINT", "proposals");
     
    4747    $response = $client->rateLimiterCheck(new Tagbee_Rate_Limmiter_Check_Request());
    4848
    49     if ($pagenow != 'edit.php' && $_GET['page'] != 'TagBee') {
     49    if ($pagenow != 'edit.php' && isset($_GET['page']) && $_GET['page'] != 'TagBee') {
    5050        return;
    5151    }
Note: See TracChangeset for help on using the changeset viewer.