Skip to content

Commit a9652ca

Browse files
authored
Removing is_null()
1 parent 6218b64 commit a9652ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wptt-webfont-loader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ protected function write_stylesheet() {
489489

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

0 commit comments

Comments
 (0)