Changeset 4993 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/content-single-topic-lead.php
- Timestamp:
- 02/23/2017 07:21:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/content-single-topic-lead.php
r4677 r4993 20 20 <div class="topic-indicator"> 21 21 <span class="dashicons dashicons-admin-post" title="<?php esc_attr_e( 'Sticky Topic', 'wporg-forums' ); ?>"></span> 22 </div> 23 <?php elseif ( bbp_is_topic_closed() ) : ?> 24 <div class="topic-indicator"> 25 <span class="dashicons dashicons-lock" title="<?php esc_attr_e( 'Closed Topic', 'wporg-forums' ); ?>"></span> 22 26 </div> 23 27 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.