Changeset 9970
- Timestamp:
- 06/18/2020 04:18:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php
r9942 r9970 296 296 'id' => 'bbp-login', 297 297 'title' => __( 'Log in' ), 298 'href' => 'https://bbpress.org/login/'298 'href' => wp_login_url() 299 299 ) ); 300 300 } … … 337 337 'parent' => 'top-secondary', 338 338 'title' => $howdy . $avatar, 339 'href' => 'https://bbpress.org/login/',339 'href' => wp_login_url(), 340 340 'meta' => array( 341 341 'class' => $class,
Note: See TracChangeset
for help on using the changeset viewer.