Make WordPress Core


Ignore:
Timestamp:
01/11/2019 06:39:55 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix the Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace violations.

See #45934.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r44565 r44566  
    921921            wp_get_attachment_image( $custom_logo_id, 'full', false, $custom_logo_attr )
    922922        );
    923     } // If no logo is set but we're in the Customizer, leave a placeholder (needed for the live preview).
    924     elseif ( is_customize_preview() ) {
     923    } elseif ( is_customize_preview() ) {
     924        // If no logo is set but we're in the Customizer, leave a placeholder (needed for the live preview).
    925925        $html = sprintf(
    926926            '<a href="%1$s" class="custom-logo-link" style="display:none;"><img class="custom-logo"/></a>',
Note: See TracChangeset for help on using the changeset viewer.