Changeset 12480
- Timestamp:
- 10/18/2019 06:09:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/blogs/template-tags.php
r12280 r12480 228 228 $parent_class = $args['parent_attr']['class']; 229 229 } 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 ); 230 237 231 238 $buttons['visit_blog'] = array( … … 266 273 267 274 if ( ! $buttons_group ) { 268 return $buttons;275 return array(); 269 276 } 270 277
Note: See TracChangeset
for help on using the changeset viewer.