Changeset 5824
- Timestamp:
- 02/21/2012 11:31:32 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-template.php
r5758 r5824 959 959 } 960 960 961 /** 962 * Echoes the URL to the signup page 963 */ 961 964 function bp_signup_page() { 962 965 echo bp_get_signup_page(); 963 966 } 967 /** 968 * Returns the URL to the signup page 969 * 970 * @return string 971 */ 964 972 function bp_get_signup_page() { 965 966 973 if ( bp_has_custom_signup_page() ) { 967 974 $page = trailingslashit( bp_get_root_domain() . '/' . bp_get_signup_slug() ); -
trunk/bp-themes/bp-default/sidebar.php
r5771 r5824 35 35 <p id="login-text"> 36 36 37 <?php printf( __( 'Please <a href="%s" title="Create an account">create an account</a> to get started.', 'buddypress' ), site_url( bp_get_signup_slug() . '/') ); ?>37 <?php printf( __( 'Please <a href="%s" title="Create an account">create an account</a> to get started.', 'buddypress' ), bp_get_signup_page() ); ?> 38 38 39 39 </p>
Note: See TracChangeset
for help on using the changeset viewer.