Skip to content

Commit

Permalink
Fix ACF missing LSB for user profile (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
herrvigg committed Dec 26, 2022
1 parent e79ecf0 commit 1ed9c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/acf/src/qtx_module_acf_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public function filter_qtranslate_admin_config( $config ) {
'admin.php' => '', // custom admin options (ACF Pro).
'comment.php' => '',
'nav-menus.php' => '',
'profile.php' => '',
'user-edit.php' => '',
'user-new.php' => '',
'widgets.php' => '',
Expand Down

0 comments on commit 1ed9c9f

Please sign in to comment.