WP Crontrol - Version 1.0-beta2

Version Description

Download this release

Release Info

Developer scompt
Plugin Icon 128x128 WP Crontrol
Version 1.0-beta2
Comparing to
See all releases

Code changes from version 1.0-beta1 to 1.0-beta2

Files changed (1) hide show
  1. wp-crontrol.php +1 -2
wp-crontrol.php CHANGED
@@ -32,7 +32,7 @@
32
  * @author Edward Dale <scompt@scompt.com>
33
  * @copyright Copyright 2007 Edward Dale
34
  * @license http://www.gnu.org/licenses/gpl.txt GPL 2.0
35
- * @version $Id: wp-crontrol.php 49088 2008-06-04 13:40:40Z scompt $
36
  * @link http://www.scompt.com/projects/wp-crontrol
37
  * @since 0.2
38
  */
@@ -78,7 +78,6 @@ class Crontrol {
78
  * Handles any POSTs made by the plugin. Run using the 'init' action.
79
  */
80
  function handle_posts() {
81
- var_dump('asdf');
82
  if( isset($_POST['new_cron']) ) {
83
  if( !current_user_can('manage_options') ) die(__('You are not allowed to add new cron events.', 'crontrol'));
84
  check_admin_referer("new-cron");
32
  * @author Edward Dale <scompt@scompt.com>
33
  * @copyright Copyright 2007 Edward Dale
34
  * @license http://www.gnu.org/licenses/gpl.txt GPL 2.0
35
+ * @version $Id: wp-crontrol.php 49090 2008-06-04 13:43:50Z scompt $
36
  * @link http://www.scompt.com/projects/wp-crontrol
37
  * @since 0.2
38
  */
78
  * Handles any POSTs made by the plugin. Run using the 'init' action.
79
  */
80
  function handle_posts() {
 
81
  if( isset($_POST['new_cron']) ) {
82
  if( !current_user_can('manage_options') ) die(__('You are not allowed to add new cron events.', 'crontrol'));
83
  check_admin_referer("new-cron");