Skip to content

Commit

Permalink
Adjust @since tags
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Mar 28, 2022
1 parent 21a9391 commit 6445736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/classes/Indexable.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ abstract class Indexable {
* `id_range` pagination method during a sync.
*
* @var boolean
* @since 4.0.2
* @since 4.1.0
*/
public $support_indexing_advanced_pagination = false;

Expand Down
2 changes: 1 addition & 1 deletion includes/classes/Indexable/Post/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Post extends Indexable {
* `id_range` pagination method during a sync.
*
* @var boolean
* @since 4.0.2
* @since 4.1.0
*/
public $support_indexing_advanced_pagination = true;

Expand Down

0 comments on commit 6445736

Please sign in to comment.