# This patch file uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
# Patch adds the scheme parameter = 'login' which the site_url() signature
# accepts and uses to return the proper scheme, especially useful if using SSL.
# This is for the depreciated bpmember theme.
# Jason Giedymin - AcronymLabs.com
|
|
|
|
| 23 | 23 | |
| 24 | 24 | <p id="login-text"><?php _e( 'You must log in to access your account.', 'buddypress' ) ?></p> |
| 25 | 25 | |
| 26 | | <form name="loginform" id="loginform" action="<?php echo site_url('wp-login.php') ?>" method="post"> |
| 27 | | No newline at end of file |
| | 26 | <form name="loginform" id="loginform" action="<?php echo site_url('wp-login.php', 'login') ?>" method="post"> |
| | 27 | No newline at end of file |
| 28 | 28 | <p> |
| 29 | 29 | <label><?php _e( 'Username', 'buddypress' ) ?><br /> |