diff --git a/modules/masterbar/masterbar.php b/modules/masterbar/masterbar.php index 13739cd5e9ee1..6bd9c052b4281 100644 --- a/modules/masterbar/masterbar.php +++ b/modules/masterbar/masterbar.php @@ -327,6 +327,9 @@ public function build_wpcom_masterbar( $wp_admin_bar ) { $this->add_me_submenu( $wp_admin_bar ); $this->add_write_button( $wp_admin_bar ); + + // Recovery mode exit. + wp_admin_bar_recovery_mode_menu( $wp_admin_bar ); } /**