Making WordPress.org

Changeset 9970


Ignore:
Timestamp:
06/18/2020 04:18:15 PM (6 years ago)
Author:
johnjamesjacoby
Message:

bbPress.org:

Use WordPress wp_login_url() in the Toolbar rather than hard-coding login links.

Missed a few spots in r9941.

See #5239.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php

    r9942 r9970  
    296296                        'id'     => 'bbp-login',
    297297                        'title'  => __( 'Log in' ),
    298                         'href'   => 'https://bbpress.org/login/'
     298                        'href'   => wp_login_url()
    299299                ) );
    300300        }
     
    337337                        'parent'    => 'top-secondary',
    338338                        'title'     => $howdy . $avatar,
    339                         'href'      => 'https://bbpress.org/login/',
     339                        'href'      => wp_login_url(),
    340340                        'meta'      => array(
    341341                                'class'     => $class,
Note: See TracChangeset for help on using the changeset viewer.