Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#34496 closed defect (bug) (fixed)

The Toolbar isn't displayed on wp-activate.php when you're logged-in.

Reported by: iamtakashi's profile iamtakashi Owned by: drewapicture's profile DrewAPicture
Milestone: 4.4 Priority: normal
Severity: normal Version:
Component: Login and Registration Keywords:
Focuses: Cc:

Description

I'm glad to see #34418 was fixed.

However, the toolbar should also be displayed on activation page, wp-activate.php too when you're logged-in. Notice the page has the body class .admin-bar when you're logged-in.

Change History (4)

#2 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 4.4

#3 @SergeyBiryukov
11 years ago

  • Owner set to DrewAPicture
  • Status changed from new to assigned

#4 @DrewAPicture
11 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 35449:

Multisite: Restore display of the Toolbar on wp-activate.php while logged-in.

Just as with wp-signup.php, display of the Toolbar on wp-activate.php was broken in [23512] due to a hook change for the _wp_admin_bar_init() callback. wp-signup.php was fixed in [35423] for #34418.

See [35423] for more in-depth background and reasoning behind restoring display of the Toolbar on wp-activate.php and wp-signup.php.

Fixes #34496. See #34418.

Note: See TracTickets for help on using tickets.