Changeset 9942 for sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php
- Timestamp:
- 05/29/2020 03:24:24 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php
r8841 r9942 452 452 'id' => 'user-info', 453 453 'title' => $user_info, 454 'href' => 'https://bbpress.org/login/',454 'href' => wp_login_url(), 455 455 'meta' => array( 456 456 'tabindex' => -1, … … 462 462 'id' => 'register', 463 463 'title' => __( 'Register' ), 464 'href' => 'https://bbpress.org/register/' 465 ) ); 466 $wp_admin_bar->add_menu( array( 467 'parent' => 'user-actions', 468 'id' => 'lost-pass', 469 'title' => __( 'Lost Password' ), 470 'href' => 'https://bbpress.org/lost-password/' 464 'href' => wp_registration_url(), 471 465 ) ); 472 466 $wp_admin_bar->add_menu( array( … … 474 468 'id' => 'login', 475 469 'title' => __( 'Log In' ), 476 'href' => 'https://bbpress.org/login/'470 'href' => wp_login_url(), 477 471 ) ); 478 472 }
Note: See TracChangeset
for help on using the changeset viewer.