From 57c6161c6f8efbe88ca188f2e47b34699b8b0528 Mon Sep 17 00:00:00 2001 From: Erick Hitter <ehitter@gmail.com> Date: Sat, 11 May 2013 01:31:54 -0500 Subject: [PATCH] Pinking shears --- readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index a314248..e4c7e58 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: http://hitchhackerguide.com Tested up to: 3.3 Stable tag: trunk -This plugin allows you to take control over the execution of cron jobs. +This plugin allows you to take control over the execution of cron jobs. == Description == @@ -23,7 +23,7 @@ This plugin implements a secret parameter and ensures that cron jobs are only ex == Limitations == This plugin performs a `remove_action( 'sanitize_comment_cookies', 'wp_cron' );` call in order to disable the spawning of new cron processes via the regular WordPress method. If `wp_cron` is hooked in an other action or called directly this might cause trouble. - + == Screenshots == 1. Settings screen to enable/disable various features. @@ -40,7 +40,7 @@ This plugin performs a `remove_action( 'sanitize_comment_cookies', 'wp_cron' );` = Version 0.4 = -* Implementing feedback from Yoast http://yoast.com/wp-plugin-review/wp-cron-control/, fixing button classes, more inline comments +* Implementing feedback from Yoast http://yoast.com/wp-plugin-review/wp-cron-control/, fixing button classes, more inline comments = Version 0.3 = -- GitLab