Skip to content

Commit

Permalink
Merge pull request #503 from mamatharao05/PRESS4-502
Browse files Browse the repository at this point in the history
Added fix for deprecated warning from onboarding module.
  • Loading branch information
diwanshuster authored Mar 4, 2024
2 parents 2885f00 + 5fcd4a4 commit 38b77a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/WP_Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static function load_php_textdomain() {
*/
public static function register_page() {
\add_submenu_page(
null,
'',
\__( 'Onboarding', 'wp-module-onboarding' ),
\__( 'Onboarding', 'wp-module-onboarding' ),
Permissions::ADMIN,
Expand Down

0 comments on commit 38b77a4

Please sign in to comment.