Changeset 2365
- Timestamp:
- 08/15/2009 06:06:59 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/functions.bb-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/functions.bb-template.php
r2362 r2365 255 255 global $page, $topic, $forum; 256 256 257 if ( is_string( $args ) ) {258 $args['h2'] = $args;259 }260 257 $defaults = array( 261 258 'h2' => '', 262 259 'last_page_only' => true 263 260 ); 261 if ( is_string( $args ) ) { 262 $defaults['h2'] = $args; 263 } 264 264 $args = wp_parse_args( $args, $defaults ); 265 265 extract( $args, EXTR_SKIP );
Note: See TracChangeset
for help on using the changeset viewer.