projects
/
WP-Plugins
/
glm-serverstats.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
645917e
)
Commented out 1 min cron test option.
author
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 15 Aug 2019 19:39:44 +0000
(15:39 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 15 Aug 2019 19:39:44 +0000
(15:39 -0400)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
aee5035
..
c638c68
100755
(executable)
--- a/
index.php
+++ b/
index.php
@@
-352,7
+352,7
@@
function cron_add_minute( $schedules ) {
if (apply_filters('glm-serverstats-is-provider', false) || true) {
// Add a 1 minute schedule option for testing only - For testing only
- add_filter( 'cron_schedules', 'cron_add_minute' );
+
//
add_filter( 'cron_schedules', 'cron_add_minute' );
// If there's no current cron for doing this, set it now
$cronTimestamp = wp_next_scheduled( 'glm_serverstats_notify_cron' );