Changeset 2473
- Timestamp:
- 07/15/2010 05:19:20 PM (16 years ago)
- Location:
- trunk/bb-includes
- Files:
-
- 2 edited
-
functions.bb-meta.php (modified) (1 diff)
-
functions.bb-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/functions.bb-meta.php
r2472 r2473 297 297 break; 298 298 case 'version': 299 return '1.1-alpha-247 2'; // Don't filter299 return '1.1-alpha-2473'; // Don't filter 300 300 break; 301 301 case 'bb_db_version' : 302 return '247 2'; // Don't filter302 return '2473'; // Don't filter 303 303 break; 304 304 case 'html_type': -
trunk/bb-includes/functions.bb-template.php
r2471 r2473 1570 1570 if ( 1 == $topic->topic_sticky && ( bb_is_forum() || bb_is_view() ) ) 1571 1571 $class[] = 'sticky'; 1572 elseif ( 2 == $topic->topic_sticky && ( bb_is_front() || bb_is_forum() ) )1572 elseif ( 2 == $topic->topic_sticky && ( bb_is_front() || bb_is_forum() || bb_is_view() ) ) 1573 1573 $class[] = 'sticky super-sticky'; 1574 1574 $class = apply_filters( 'topic_class', $class, $topic->topic_id );
Note: See TracChangeset
for help on using the changeset viewer.