Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 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-includes/customize/class-wp-customize-themes-section.php

    r45932 r47122  
    7373        <li id="accordion-section-{{ data.id }}" class="theme-section">
    7474            <button type="button" class="customize-themes-section-title themes-section-{{ data.id }}">{{ data.title }}</button>
    75             <?php if ( current_user_can( 'install_themes' ) || is_multisite() ) : // @todo: upload support ?>
     75            <?php if ( current_user_can( 'install_themes' ) || is_multisite() ) : // @todo Upload support. ?>
    7676            <?php endif; ?>
    7777            <div class="customize-themes-section themes-section-{{ data.id }} control-section-content themes-php">
     
    165165     */
    166166    protected function filter_drawer_content_template() {
    167         $feature_list = get_theme_feature_list( false ); // @todo: Use the .org API instead of the local core feature list. The .org API is currently outdated and will be reconciled when the .org themes directory is next redesigned.
     167        $feature_list = get_theme_feature_list( false ); // @todo Use the .org API instead of the local core feature list. The .org API is currently outdated and will be reconciled when the .org themes directory is next redesigned.
    168168        ?>
    169169        <# if ( 'wporg' === data.action ) { #>
Note: See TracChangeset for help on using the changeset viewer.