Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Replace WP with WordPress.
  • Loading branch information
anton-vlasenko committed May 6, 2022
commit 7250ab7fc86c09d1e6fbaa932bea67679076353e
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function get_items( $request ) {
* @link https://stackoverflow.com/questions/3665247/fastest-hash-for-non-cryptographic-uses
*
* @since 6.0.0
* @todo This should be removed when the minimum required WP version is >= 6.0.
* @todo This should be removed when the minimum required WordPress version is >= 6.0.
*
* @param array $query_args Query arguments to generate a transient key from.
* @return string Transient key.
Expand Down