Making WordPress.org


Ignore:
Timestamp:
02/23/2017 07:21:42 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Prepend titles of closed topics with a lock dashicon in topic listings.

Also add a lock dashicon for closed topics in single topic views.

Fixes #1899.

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  
    2020                <div class="topic-indicator">
    2121                    <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>
    2226                </div>
    2327            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.