Skip to content

Commit e1a40e9

Browse files
committed
Merge branch 'trunk' into add/P8-49
2 parents a413f79 + 5f0d763 commit e1a40e9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

includes/WP_Admin.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ public static function enqueue_block_assets() {
155155
* @return void
156156
*/
157157
public static function initialize() {
158+
global $title;
159+
160+
if ( is_null( $title ) ) {
161+
$title = __( 'Onboarding', 'wp-module-onboarding' );
162+
}
163+
158164
if ( ! empty( $_GET['nfd_plugins'] ) && 'true' === sanitize_text_field( $_GET['nfd_plugins'] ) ) {
159165
PluginService::initialize();
160166
}

0 commit comments

Comments
 (0)