Skip to content

Commit

Permalink
Removing is_null()
Browse files Browse the repository at this point in the history
  • Loading branch information
webmandesign authored Apr 30, 2024
1 parent 6218b64 commit a9652ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wptt-webfont-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ protected function write_stylesheet() {

// If we got this far, we need to write the file.
// Get the CSS.
if ( is_null( $this->css ) ) {
if ( null === $this->css ) {
$this->get_styles();
}

Expand Down

0 comments on commit a9652ca

Please sign in to comment.