Make WordPress Core


Ignore:
Timestamp:
11/30/2017 11:09:33 PM (7 years ago)
Author:
pento
Message:

Code is Poetry.
WordPress' code just... wasn't.
This is now dealt with.

Props jrf, pento, netweb, GaryJ, jdgrimes, westonruter, Greg Sherwood from PHPCS, and everyone who's ever contributed to WPCS and PHPCS.
Fixes #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-theme-control.php

    r42006 r42343  
    8383            <span class="more-details theme-details" id="{{ data.section }}-{{ data.theme.id }}-action" aria-label="<?php echo esc_attr( $details_label ); ?>"><?php _e( 'Theme Details' ); ?></span>
    8484
    85             <div class="theme-author"><?php
     85            <div class="theme-author">
     86            <?php
    8687                /* translators: Theme author name */
    8788                printf( _x( 'By %s', 'theme author' ), '{{ data.theme.author }}' );
    88             ?></div>
     89            ?>
     90            </div>
    8991
    9092            <# if ( 'installed' === data.theme.type && data.theme.hasUpdate ) { #>
Note: See TracChangeset for help on using the changeset viewer.