Skip to content

Instantly share code, notes, and snippets.

@jkudish
Created November 29, 2010 20:33
Show Gist options
  • Save jkudish/720556 to your computer and use it in GitHub Desktop.
Save jkudish/720556 to your computer and use it in GitHub Desktop.
<? if ( !is_user_logged_in() && (DEVENV != 'on') ): ?>
<div id="header-login-text">
<? if ( bp_get_signup_allowed() ) : ?>
<? printf( __( '<a class="create-account" href="%s" title="Create an account">Create an account</a>', 'buddypress' ), site_url( BP_REGISTER_SLUG . '/' ) ) ?>
<? endif; ?>
<?= 'or'; jfb_output_facebook_btn(); ?>
<? kj_dev_only(); ?>
</div>
<? endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment