Skip to content

Commit

Permalink
Fix deprecated check
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed Mar 15, 2024
1 parent 06d1351 commit cdccf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-branding.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function login_footer() {
*/
public function admin_footer_text( $text ) {

$text_arr = explode( ' • ', $text );
$text_arr = explode( ' • ', $text ?? '' );

if ( $designer = $this->designer_link() ) {
array_unshift( $text_arr, $designer );
Expand Down

0 comments on commit cdccf59

Please sign in to comment.