Skip to content
Snippets Groups Projects
Commit 57c6161c authored by Erick Hitter's avatar Erick Hitter
Browse files

Pinking shears

parent a549839c
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ Donate link: http://hitchhackerguide.com ...@@ -5,7 +5,7 @@ Donate link: http://hitchhackerguide.com
Tested up to: 3.3 Tested up to: 3.3
Stable tag: trunk 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 == == Description ==
...@@ -23,7 +23,7 @@ This plugin implements a secret parameter and ensures that cron jobs are only ex ...@@ -23,7 +23,7 @@ This plugin implements a secret parameter and ensures that cron jobs are only ex
== Limitations == == 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. 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 == == Screenshots ==
1. Settings screen to enable/disable various features. 1. Settings screen to enable/disable various features.
...@@ -40,7 +40,7 @@ This plugin performs a `remove_action( 'sanitize_comment_cookies', 'wp_cron' );` ...@@ -40,7 +40,7 @@ This plugin performs a `remove_action( 'sanitize_comment_cookies', 'wp_cron' );`
= Version 0.4 = = 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 = = Version 0.3 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment