Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit.php

    r46811 r47122  
    4848$pagenum       = $wp_list_table->get_pagenum();
    4949
    50 // Back-compat for viewing comments of an entry
     50// Back-compat for viewing comments of an entry.
    5151foreach ( array( 'p', 'attachment_id', 'page_id' ) as $_redirect ) {
    5252    if ( ! empty( $_REQUEST[ $_redirect ] ) ) {
Note: See TracChangeset for help on using the changeset viewer.