Plugin Directory

Changeset 1907810


Ignore:
Timestamp:
07/11/2018 05:30:49 PM (8 years ago)
Author:
perfecttense
Message:

Fixed warnings

Location:
perfect-tense/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • perfect-tense/trunk/perfect_tense.php

    r1907796 r1907810  
    214214
    215215    $job_list = get_option('ptense_jobs');
     216
     217    if (is_null($job_list) || !$job_list) {
     218      $job_list = array();
     219    }
     220   
    216221    $job_list = array_reverse($job_list);
    217222    // echo '<pre>'; print_r( _get_cron_array() ); echo '</pre>';
  • perfect-tense/trunk/readme.txt

    r1907224 r1907810  
    22Contributors: perfecttense
    33Authors: Perfect Tense
    4 Version: 1.0.0
     4Version: 1.0.1
    55URL: https://www.perfecttense.com
    66Tags: grammar, spelling, spell check, proofreading, seo
     
    1313The 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.
    1414 
    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.