Skip to content

Commit

Permalink
Moved My Library to top of admin menu closes #2843
Browse files Browse the repository at this point in the history
  • Loading branch information
bainternet committed Nov 28, 2017
1 parent ac2061d commit 4ad7136
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/settings/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ public function admin_menu_change_name() {

if ( isset( $submenu['elementor'] ) ) {
$submenu['elementor'][0][0] = __( 'Settings', 'elementor' );
$tmp = $submenu['elementor'][0];
$submenu['elementor'][0] = $submenu['elementor'][1];
$submenu['elementor'][1] = $tmp;
unset( $tmp );
}
}

Expand Down

0 comments on commit 4ad7136

Please sign in to comment.