Changeset 6419
- Timestamp:
- 10/15/2012 08:32:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bp-blogs/bp-blogs-screens.php (modified) (1 diff)
-
bp-themes/bp-legacy/buddypress-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-screens.php
r6288 r6419 146 146 // Title based on ability to create blogs 147 147 if ( is_user_logged_in() && bp_blog_signup_enabled() ) { 148 $title = '<a class="button " href="' . trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() ) . '">' . __( 'Blogs', 'buddypress' ) . '</a> ' . __( 'Create a Blog', 'buddypress' );148 $title = '<a class="button bp-title-button" href="' . trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() ) . '">' . __( 'Blogs', 'buddypress' ) . '</a> ' . __( 'Create a Blog', 'buddypress' ); 149 149 } else { 150 150 $title = __( 'Blogs', 'buddypress' ); -
trunk/bp-themes/bp-legacy/buddypress-functions.php
r6404 r6419 115 115 add_action( 'bp_group_header_actions', 'bp_group_join_button', 5 ); 116 116 add_action( 'bp_group_header_actions', 'bp_group_new_topic_button', 20 ); 117 add_action( 'bp_directory_groups_actions', 'bp_group_join_button' );118 117 } 119 118 120 // Blog button121 if ( bp_is_active( 'blogs' ) )122 add_action( 'bp_directory_blogs_actions', 'bp_blogs_visit_blog_button' );123 119 } 124 120
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)