Changeset 2874761
- Timestamp:
- 03/04/2023 05:24:58 PM (3 years ago)
- Location:
- word-count-analysis/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
word-count-analysis.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
word-count-analysis/trunk/README.txt
r2874752 r2874761 6 6 Tested up to: 6.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 98 Stable tag: 1.0.10 9 9 Requires PHP: 7.0 10 10 License: GPLv2 or later … … 113 113 = 1.0.9 = 114 114 * 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 17 17 * Plugin URI: https://nurullah.org 18 18 * 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. 919 * Version: 1.0.10 20 20 * Author: Nurullah SERT 21 21 * Author URI: https://nurullah.org … … 98 98 99 99 // @todo: Buradan kaynaklı bir hata var. 100 if ( !empty($_GET['page']) &&$_GET['page'] != 'wca_dashboard') {100 if (empty($_GET['page']) || $_GET['page'] != 'wca_dashboard') { 101 101 return; 102 102 }
Note: See TracChangeset
for help on using the changeset viewer.