Changeset 2302 for trunk/bp-themes/bp-default/blogs/index.php
- Timestamp:
- 01/15/2010 11:59:28 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/blogs/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/blogs/index.php
r2284 r2302 6 6 <form action="" method="post" id="blogs-directory-form" class="dir-form"> 7 7 8 <h2><?php _e( 'Blogs Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() && bp_blog_signup_enabled() ) : ?> <a class="button" href="<?php echobp_root_domain() . '/' . BP_BLOGS_SLUG . '/create/' ?>"><?php _e( 'Create a Blog', 'buddypress' ) ?></a><?php endif; ?></h2>8 <h2><?php _e( 'Blogs Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() && bp_blog_signup_enabled() ) : ?> <a class="button" href="<?php bp_root_domain() . '/' . BP_BLOGS_SLUG . '/create/' ?>"><?php _e( 'Create a Blog', 'buddypress' ) ?></a><?php endif; ?></h2> 9 9 10 10 <?php do_action( 'bp_before_directory_blogs_content' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.