Skip to content

Commit

Permalink
Merge pull request #21739 from kkmuffme/fix-wrong-docs-21695
Browse files Browse the repository at this point in the history
Fix wrong type in docs
  • Loading branch information
vraja-pro authored Nov 13, 2024
2 parents 9d1cb6a + a5d6756 commit c314f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/tracking/class-tracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ private function tracking_enabled() {
/**
* Filter: 'wpseo_enable_tracking' - Enables the data tracking of Yoast SEO Premium and add-ons.
*
* @param string $is_enabled The enabled state. Default is false.
* @param string|false $is_enabled The enabled state. Default is false.
*/
$tracking = apply_filters( 'wpseo_enable_tracking', false );

Expand Down
2 changes: 1 addition & 1 deletion inc/options/class-wpseo-option-wpseo.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ protected function __construct() {
/**
* Filter: 'wpseo_enable_tracking' - Enables the data tracking of Yoast SEO Premium.
*
* @param string $is_enabled The enabled state. Default is false.
* @param string|false $is_enabled The enabled state. Default is false.
*/
$this->defaults['tracking'] = apply_filters( 'wpseo_enable_tracking', false );

Expand Down

0 comments on commit c314f19

Please sign in to comment.