Changeset 560
- Timestamp:
- 11/20/08 23:53:33 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/bp-core/bp-core-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-widgets.php
r463 r560 49 49 <p><?php echo $options['text'] ?></p> 50 50 51 <?php if ( !is_user_logged_in() ) { ?> 51 52 <p class="create-account"><a href="<?php echo site_url() ?>/wp-signup.php" title="<?php _e('Create Account', 'buddypress') ?>"><img src="<?php echo get_template_directory_uri() ?>/images/create_account_button.gif" alt="<?php _e('Create Account', 'buddypress') ?>" /></a></p> 52 53 <?php } ?> 54 53 55 <?php echo $after_widget; ?> 54 56 <?php
