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/plugin-install.php

    r45926 r47122  
    66 * @subpackage Administration
    77 */
    8 // TODO route this pages via a specific iframe handler instead of the do_action below
     8// TODO: Route this page via a specific iframe handler instead of the do_action below.
    99if ( ! defined( 'IFRAME_REQUEST' ) && isset( $_GET['tab'] ) && ( 'plugin-information' == $_GET['tab'] ) ) {
    1010    define( 'IFRAME_REQUEST', true );
Note: See TracChangeset for help on using the changeset viewer.