Skip to content

Commit

Permalink
Added fix for deprecated warning from onboarding module.
Browse files Browse the repository at this point in the history
  • Loading branch information
mamatharao05 committed Mar 4, 2024
1 parent aa10d23 commit 5fcd4a4
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 5fcd4a4

Please sign in to comment.