Making WordPress.org


Ignore:
Timestamp:
12/19/2017 04:22:37 PM (8 years ago)
Author:
obenland
Message:

PLugins: Clean up formatting with phpcbf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-comments.php

    r2764 r6287  
    3838        $singular = $this->_args['singular'];
    3939
    40         wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' );
     40        wp_nonce_field( 'fetch-list-' . get_class( $this ), '_ajax_fetch_list_nonce' );
    4141        ?>
    4242        <table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>" data-comment-type="<?php echo esc_attr( $this->comment_type ); ?>" style="display:none;">
     
    4747            <tbody id="the-comment-list"<?php if ( $singular ) { echo " data-wp-lists='list:$singular'"; } ?>>
    4848            <?php
    49                 if ( ! $output_empty ) {
    50                     $this->display_rows_or_placeholder();
    51                 }
     49            if ( ! $output_empty ) {
     50                $this->display_rows_or_placeholder();
     51            }
    5252            ?>
    5353            </tbody>
Note: See TracChangeset for help on using the changeset viewer.