We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a413f79 + 5f0d763 commit e1a40e9Copy full SHA for e1a40e9
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+
includes/WP_Admin.php
@@ -155,6 +155,12 @@ public static function enqueue_block_assets() {
155
* @return void
156
*/
157
public static function initialize() {
158
+ global $title;
159
160
+ if ( is_null( $title ) ) {
161
+ $title = __( 'Onboarding', 'wp-module-onboarding' );
162
+ }
163
164
if ( ! empty( $_GET['nfd_plugins'] ) && 'true' === sanitize_text_field( $_GET['nfd_plugins'] ) ) {
165
PluginService::initialize();
166
}
0 commit comments