Changeset 1907810
- Timestamp:
- 07/11/2018 05:30:49 PM (8 years ago)
- Location:
- perfect-tense/trunk
- Files:
-
- 2 edited
-
perfect_tense.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
perfect-tense/trunk/perfect_tense.php
r1907796 r1907810 214 214 215 215 $job_list = get_option('ptense_jobs'); 216 217 if (is_null($job_list) || !$job_list) { 218 $job_list = array(); 219 } 220 216 221 $job_list = array_reverse($job_list); 217 222 // echo '<pre>'; print_r( _get_cron_array() ); echo '</pre>'; -
perfect-tense/trunk/readme.txt
r1907224 r1907810 2 2 Contributors: perfecttense 3 3 Authors: Perfect Tense 4 Version: 1.0. 04 Version: 1.0.1 5 5 URL: https://www.perfecttense.com 6 6 Tags: grammar, spelling, spell check, proofreading, seo … … 13 13 The Perfect Tense Plugin will automatically correct errors in your posts, filter out low-quality comments, and even let you know what content is ready to publish and which posts need your attention. 14 14 15 == Description == 16 17 Perfect Tense is an AI-powered, spelling and grammar corrector. Perfect Tense will automatically detect and fix mistakes, proofread entire blog posts, and even block low-quality posts and comments. 18 19 **What does the Perfect Tense plugin allow you to do?** 20 21 22 * **Automatically correct all posts** Save time by having Perfect Tense automatically correct and update all selected posts with the click of a button. 23 * **Assess grammar quality** Sort all posts by their 0-100 grammatical quality so you know which posts are ready to publish and which need more attention. 24 * **Proofread individual posts** Visualize all mistakes in an individual post, giving you complete control over which changes are applied. 25 * **Correct all future posts** Whenever you set a post to be published, Perfect Tense will automatically proofread and correct any errors. 26 * **Flag future posts for review** For more control, Perfect Tense will flag posts with grammar mistakes so they can be proofread one more time before they are published. 27 * **Flag low quality comments** Set any grammar score threshold you want to mark low quality comments as spam. 15 =
Note: See TracChangeset
for help on using the changeset viewer.