Ticket #8147: 8147.01.patch
| File 8147.01.patch, 889 bytes (added by , 7 years ago) |
|---|
-
src/bp-templates/bp-nouveau/includes/blogs/template-tags.php
228 228 $parent_class = $args['parent_attr']['class']; 229 229 } 230 230 231 // Set defaults if not set. 232 $button_args = array_merge( array( 233 'wrapper_id' => '', 234 'link_id' => '', 235 'link_rel' => '' 236 ), $button_args ); 237 231 238 $buttons['visit_blog'] = array( 232 239 'id' => 'visit_blog', 233 240 'position' => 5, … … 265 272 $buttons_group = apply_filters( 'bp_nouveau_get_blogs_buttons', $buttons, $blog, $type ); 266 273 267 274 if ( ! $buttons_group ) { 268 return $buttons;275 return array(); 269 276 } 270 277 271 278 // It's the first entry of the loop, so build the Group and sort it
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)