Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Jan 29, 2025
1 parent 8048b63 commit faddf6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,10 @@ function get_scripts_path( $script_name = '' ) {
}

/**
* Detect if the current page is Bluehost settings.
* Detect if the current page is a Brand Plugin settings page.
*
* @return boolean
* @param string $brand The expected settings page identifier.
* @return boolean True if the current page matches the brand settings page, false otherwise.
*/
function is_settings_page( $brand ) {

Expand Down

0 comments on commit faddf6d

Please sign in to comment.