Skip to content

Commit

Permalink
php fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Oct 17, 2023
1 parent f2065fc commit 312fb8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/sitemaps/class-sitemaps-router.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function add_query_vars( $query_vars ) {

/**
* Sets up rewrite rules.
*
*
* @deprecated 21.5
* @codeCoverageIgnore
*/
Expand Down
2 changes: 1 addition & 1 deletion wp-seo-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function _wpseo_activate() {
}
WPSEO_Options::ensure_options_exist();

if ( !is_multisite() || !ms_is_switched() ) {
if ( ! is_multisite() || ! ms_is_switched() ) {
if ( WPSEO_Options::get( 'stripcategorybase' ) === true ) {
// Constructor has side effects so this registers all hooks.
$GLOBALS['wpseo_rewrite'] = new WPSEO_Rewrite();
Expand Down

0 comments on commit 312fb8f

Please sign in to comment.