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/options-media.php

    r45674 r47122  
    108108<table class="form-table" role="presentation">
    109109    <?php
    110     // If upload_url_path is not the default (empty), and upload_path is not the default ('wp-content/uploads' or empty)
     110    // If upload_url_path is not the default (empty), and upload_path is not the default ('wp-content/uploads' or empty).
    111111    if ( get_option( 'upload_url_path' ) || ( get_option( 'upload_path' ) != 'wp-content/uploads' && get_option( 'upload_path' ) ) ) :
    112112        ?>
Note: See TracChangeset for help on using the changeset viewer.