• Resolved kindnation

    (@kindnation)


    If the site admin user is not added to the main site, it shows an empty field on the top row, but it is able to open up dashboard, plugin, themes of the current site.

    I think if the plugin detects that the site admin isn’t added to the main site, you should just completely remove the first row (with the empty field), as it’s confusing for site admins.

    https://wordpress.org/plugins/reorder-my-sites/

Viewing 1 replies (of 1 total)
  • Justin Fletcher

    (@justinticktock)

    Hi Eric,

    I have seen the same as ‘Kindnation’. Any chance you can fix the plugin with the following …

    // Add main blog back in to list
    if ( $sites[1] ) {
    $wp_admin_bar->user->blogs{1} = $sites[1];
    }

    Cheers,

    Justin.

Viewing 1 replies (of 1 total)
  • The topic ‘First site under site admin is missing if not added to main site’ is closed to new replies.