Plugin Directory

Changeset 2874761


Ignore:
Timestamp:
03/04/2023 05:24:58 PM (3 years ago)
Author:
nusert
Message:

Fixed

Location:
word-count-analysis/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • word-count-analysis/trunk/README.txt

    r2874752 r2874761  
    66Tested up to: 6.1
    77Requires PHP: 5.6
    8 Stable tag: 1.0.9
     8Stable tag: 1.0.10
    99Requires PHP: 7.0
    1010License: GPLv2 or later
     
    113113= 1.0.9 =
    114114* Fix: The error caused by saving the text and saving in the block theme has been fixed.
     115
     116= 1.0.10 =
     117* Fix
  • word-count-analysis/trunk/word-count-analysis.php

    r2874751 r2874761  
    1717 * Plugin URI:        https://nurullah.org
    1818 * Description:       See the word counts of your posts and pages and their analysis for seo. Optimize your articles with reports such as unique word and sentence length.
    19  * Version:           1.0.9
     19 * Version:           1.0.10
    2020 * Author:            Nurullah SERT
    2121 * Author URI:        https://nurullah.org
     
    9898
    9999    // @todo: Buradan kaynaklı bir hata var.
    100     if (!empty($_GET['page']) && $_GET['page'] != 'wca_dashboard') {
     100    if (empty($_GET['page']) || $_GET['page'] != 'wca_dashboard') {
    101101        return;
    102102    }
Note: See TracChangeset for help on using the changeset viewer.