[buddypress-trac] [BuddyPress Trac] #7894: Broken Login Link after activation
buddypress-trac
noreply at wordpress.org
Wed Jun 6 06:31:19 UTC 2018
#7894: Broken Login Link after activation
-----------------------------+------------------------------
Reporter: vapvarun | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Resolution:
Keywords: has-screenshots |
-----------------------------+------------------------------
Comment (by vapvarun):
Inside bp-templates/bp-nouveau/buddypress/members/activate.php
{{{#!php
<?php
sprintf(
__( 'Your account
was activated successfully! You can now <a href="%s">log in</a> with the
username and password you provided when you signed up.', 'buddypress' ),
wp_login_url(
bp_get_root_domain() )
)
}}}
with
{{{#!php
<?php
printf(
__( 'Your account
was activated successfully! You can now <a href="%s">log in</a> with the
username and password you provided when you signed up.', 'buddypress' ),
wp_login_url(
bp_get_root_domain() )
)
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7894#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list