Making WordPress.org

Changeset 14067


Ignore:
Timestamp:
09/19/2024 06:54:38 PM (4 months ago)
Author:
coffee2code
Message:

Photo Directory, Admin: Don't try to output rejection stats for a user if they don't have any rejections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/admin.php

    r14057 r14067  
    11701170            ?>
    11711171            </div>
     1172
     1173            <?php if ( $rejected_count ) : ?>
    11721174            <div class="photo-contributor-rejection-stats">
    11731175                <h4><?php esc_html_e( 'Rejection stats:', 'wporg-photos' ); ?></h4>
     
    12141216                ?>
    12151217            </div>
     1218            <?php endif; ?>
     1219
    12161220        </div>
    12171221
Note: See TracChangeset for help on using the changeset viewer.