Skip to content

Commit 698291e

Browse files
authored
Fix from upstream PR
elementor#895
1 parent 50646f9 commit 698291e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WordPressAdmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ public static function wp2staticAdminScripts() : void {
424424
wp_enqueue_script( 'wp2static_admin_scripts' );
425425
}
426426

427-
public static function wp2staticAdminFooterText( string $content ) : string {
427+
public static function wp2staticAdminFooterText( string $content = null ) : string {
428428
return 'Thank you for using ' .
429429
// @phpcs:ignore Generic.Files.LineLength.TooLong
430430
'<a href="https://link.strattic.com/wp2static-footer" target="_blank">WP2Static</a> by ' .

0 commit comments

Comments
 (0)