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/upload.php

    r46811 r47122  
    3030
    3131    $q = $_GET;
    32     // let JS handle this
     32    // Let JS handle this.
    3333    unset( $q['s'] );
    3434    $vars   = wp_edit_attachments_query_vars( $q );
     
    115115$pagenum       = $wp_list_table->get_pagenum();
    116116
    117 // Handle bulk actions
     117// Handle bulk actions.
    118118$doaction = $wp_list_table->current_action();
    119119
Note: See TracChangeset for help on using the changeset viewer.