Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkorthuis committed Feb 6, 2023
1 parent b293037 commit 2a79526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions includes/caching/class-caching.php
Original file line number Diff line number Diff line change
Expand Up @@ -1256,9 +1256,9 @@ public function transient_key( $id ) {
*/
private function schedule_cleanup() {
/**
* Should caches be deleted immediately in stead of via a cron?
* Should caches be deleted immediately instead of via a cron?
*
* This filter can be used to delete caches immediately in stead of via a cron job, which is there for
* This filter can be used to delete caches immediately instead of via a cron job, which is there for
* performance reasons.
*
* @since 2023.1.0
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Release Date: April 2nd, 2019

Feature: Added function to programatically flush cache records by endpoint path.
Bugfix: Fix correct filtering of allowed endpoints.
Bugfix: Fix fatal error with object in stead of array in cache.
Bugfix: Fix fatal error with object instead of array in cache.

= 2019.1.6 =
Release Date: March 25th, 2019
Expand Down

0 comments on commit 2a79526

Please sign in to comment.