Version Description
Download this release
Release Info
Developer | johnbillion |
Plugin | WP Crontrol |
Version | 1.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.7.0 to 1.7.1
- readme.txt +1 -1
- wp-crontrol.php +2 -2
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: johnbillion, scompt
|
|
3 |
Tags: admin, cron, plugin, control, wp-cron, crontrol
|
4 |
Requires at least: 4.1
|
5 |
Tested up to: 5.1
|
6 |
-
Stable tag: 1.7.
|
7 |
|
8 |
WP Crontrol lets you view and control what's happening in the WP-Cron system.
|
9 |
|
3 |
Tags: admin, cron, plugin, control, wp-cron, crontrol
|
4 |
Requires at least: 4.1
|
5 |
Tested up to: 5.1
|
6 |
+
Stable tag: 1.7.1
|
7 |
|
8 |
WP Crontrol lets you view and control what's happening in the WP-Cron system.
|
9 |
|
wp-crontrol.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: WP Crontrol lets you view and control what's happening in the WP-Cron system.
|
6 |
* Author: John Blackbourn & crontributors
|
7 |
* Author URI: https://github.com/johnbillion/wp-crontrol/graphs/contributors
|
8 |
-
* Version: 1.7.
|
9 |
* Text Domain: wp-crontrol
|
10 |
* Domain Path: /languages/
|
11 |
* License: GPL v2 or later
|
@@ -927,7 +927,7 @@ class Crontrol {
|
|
927 |
/* translators: 1: Date/time format for an input field, 2: PHP function name. */
|
928 |
esc_html__( 'Format: %1$s or anything accepted by %2$s', 'wp-crontrol' ),
|
929 |
'<code>YYYY-MM-DD HH:MM:SS</code>',
|
930 |
-
'<a href="https://
|
931 |
);
|
932 |
?>
|
933 |
</p>
|
5 |
* Description: WP Crontrol lets you view and control what's happening in the WP-Cron system.
|
6 |
* Author: John Blackbourn & crontributors
|
7 |
* Author URI: https://github.com/johnbillion/wp-crontrol/graphs/contributors
|
8 |
+
* Version: 1.7.1
|
9 |
* Text Domain: wp-crontrol
|
10 |
* Domain Path: /languages/
|
11 |
* License: GPL v2 or later
|
927 |
/* translators: 1: Date/time format for an input field, 2: PHP function name. */
|
928 |
esc_html__( 'Format: %1$s or anything accepted by %2$s', 'wp-crontrol' ),
|
929 |
'<code>YYYY-MM-DD HH:MM:SS</code>',
|
930 |
+
'<a href="https://www.php.net/manual/en/function.strtotime.php"><code>strtotime()</code></a>'
|
931 |
);
|
932 |
?>
|
933 |
</p>
|