Skip to content

Commit

Permalink
More docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Mar 24, 2024
1 parent a52f6b3 commit 1a77ef9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "johnbillion/wp-crontrol",
"description": "WP Crontrol lets you view and control what's happening in the WP-Cron system.",
"description": "Take control of the cron events on your WordPress website",
"homepage": "https://wp-crontrol.com",
"license": "GPL-2.0-or-later",
"type": "wordpress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default defineConfig({
link: '/help/missed-cron-events/',
},
{
text: 'Problems with spawning a call to the WP Cron system',
text: 'Problems spawning a call to the WP Cron system',
link: '/help/problems-spawning-wp-cron/',
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/how-to-use.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to use WP Crontrol

WP Crontrol enables you to view and control what’s happening in the WP-Cron system. From the admin screens you can:
WP Crontrol enables you to take control of the cron events on your WordPress website. From the admin screens you can:

* View all cron events along with their arguments, recurrence, callback functions, and when they are next due.
* Edit, delete, pause, resume, and immediately run cron events.
Expand Down
2 changes: 1 addition & 1 deletion docs/help/problems-spawning-wp-cron.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Problems with spawning a call to the WP Cron system
# Problems spawning a call to the WP-Cron system

If you're seeing an error message saying **there was a problem spawning a call to the WP-Cron system on your site**, this indicates a problem that is preventing cron events from running. If you can see cron events that have missed their schedule by more than a few minutes, this is almost certainly a problem you need to investigate.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wp-crontrol",
"version": "1.16.2",
"description": "WP Crontrol lets you view and control what's happening in the WP-Cron system.",
"description": "Take control of the cron events on your WordPress website",
"license": "GPL-2.0-or-later",
"private": true,
"author": "John Blackbourn",
Expand Down
2 changes: 1 addition & 1 deletion wp-crontrol.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: WP Crontrol
* Plugin URI: https://wp-crontrol.com
* Description: WP Crontrol enables you to view and control what's happening in the WP-Cron system.
* Description: Take control of the cron events on your WordPress website.
* Author: John Blackbourn
* Author URI: https://wp-crontrol.com
* Version: 1.16.2
Expand Down

0 comments on commit 1a77ef9

Please sign in to comment.