Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Leonidas Milosis <[email protected]>
  • Loading branch information
thijsoo and leonidasmi authored Nov 26, 2024
1 parent ed4033a commit aa7eb8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions admin/class-meta-columns.php
Original file line number Diff line number Diff line change
Expand Up @@ -674,9 +674,9 @@ protected function create_no_focus_keyword_filter() {
}

/**
* Creates a filter to retrieve posts that have no keyword set.
* Creates a filter to retrieve posts that have not been analyzed for readability yet..
*
* @return array<array<string>> Array containing the no focus keyword filter.
* @return array<array<string>> Array containing the no readability filter.
*/
protected function create_no_readability_scores_filter() {
return [
Expand All @@ -689,9 +689,9 @@ protected function create_no_readability_scores_filter() {
}

/**
* Creates a filter to retrieve posts that have no keyword set.
* Creates a filter to retrieve posts that have bad readability scores, including those that have not enough content to have one.
*
* @return array<array<string>> Array containing the no focus keyword filter.
* @return array<array<string>> Array containing the bad readability filter.
*/
protected function create_bad_readability_scores_filter() {
return [
Expand Down

0 comments on commit aa7eb8b

Please sign in to comment.