Skip to content

Commit

Permalink
Initialise $limited before using it in condition
Browse files Browse the repository at this point in the history
  • Loading branch information
furai committed May 13, 2024
1 parent 81727ef commit aacf689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/classes/StatusReport/IndexableContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ protected function get_post_meta_fields() : array {
$fields = [];
$all_keys = [];
$post_count_limit = 88000;
$limited = false;

foreach ( $post_types as $post_type ) {
$post_type_obj = get_post_type_object( $post_type );
Expand Down

0 comments on commit aacf689

Please sign in to comment.