- Timestamp:
- 06/27/2011 10:18:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/page-forum-statistics.php
r3130 r3349 67 67 <?php endif; ?> 68 68 69 <?php if ( !empty( $ hidden_topic_count) ) : ?>69 <?php if ( !empty( $topic_count_hidden ) ) : ?> 70 70 71 71 <dt><?php _e( 'Hidden Topics', 'bbpress' ); ?></dt> 72 72 <dd> 73 73 <strong> 74 <abbr title="<?php echo esc_attr( $hidden_topic_title ); ?>"><?php echo $ hidden_topic_count; ?></abbr>74 <abbr title="<?php echo esc_attr( $hidden_topic_title ); ?>"><?php echo $topic_count_hidden; ?></abbr> 75 75 </strong> 76 76 </dd> … … 78 78 <?php endif; ?> 79 79 80 <?php if ( !empty( $ hidden_reply_count) ) : ?>80 <?php if ( !empty( $reply_count_hidden ) ) : ?> 81 81 82 82 <dt><?php _e( 'Hidden Replies', 'bbpress' ); ?></dt> 83 83 <dd> 84 84 <strong> 85 <abbr title="<?php echo esc_attr( $hidden_reply_title ); ?>"><?php echo $ hidden_reply_count; ?></abbr>85 <abbr title="<?php echo esc_attr( $hidden_reply_title ); ?>"><?php echo $reply_count_hidden; ?></abbr> 86 86 </strong> 87 87 </dd>
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)