@majid436
10 years, 6 months ago
Is the syntax for this <a href=""<?php">edit" >Amend Profile/Change password</a> suppose to be this <a href="&"<?php">edit">Amend Profile/Change password</a>? Thanks.
<a href=""<?php">edit" >Amend Profile/Change password</a>
<a href="&"<?php">edit">Amend Profile/Change password</a>
@robin-w
should read
<p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>edit" >Amend Profile/Change password</a></p>
sorry, wordpress tends to not like code, and keeps trying to edit it !
have amended the codex !
Thanks. It works.