Changeset 2661140
- Timestamp:
- 01/20/2022 11:10:48 PM (4 years ago)
- Location:
- tagbee-automatic-post-tagging
- Files:
-
- 10 added
- 1 edited
-
tags/1.0.15 (added)
-
tags/1.0.15/index.php (added)
-
tags/1.0.15/lib (added)
-
tags/1.0.15/lib/tagbee-auto-proposals-request.php (added)
-
tags/1.0.15/lib/tagbee-client.php (added)
-
tags/1.0.15/lib/tagbee-rate-limiter-check-request.php (added)
-
tags/1.0.15/lib/tagbee-request-interface.php (added)
-
tags/1.0.15/lib/tagbee-update-tags-request.php (added)
-
tags/1.0.15/readme.txt (added)
-
tags/1.0.15/tagbee-post-tagger.php (added)
-
trunk/tagbee-post-tagger.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tagbee-automatic-post-tagging/trunk/tagbee-post-tagger.php
r2494905 r2661140 28 28 */ 29 29 defined('ABSPATH') or die('Wordpress Plugin'); 30 define('TAGBEE_VERSION', "1.0.1 4");30 define('TAGBEE_VERSION', "1.0.15"); 31 31 define("TAGBEE_NAMESPACE", "tagbee"); 32 32 define("TAGBEE_INNER_PROPOSAL_ENDPOINT", "proposals"); … … 47 47 $response = $client->rateLimiterCheck(new Tagbee_Rate_Limmiter_Check_Request()); 48 48 49 if ($pagenow != 'edit.php' && $_GET['page'] != 'TagBee') {49 if ($pagenow != 'edit.php' && isset($_GET['page']) && $_GET['page'] != 'TagBee') { 50 50 return; 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.