Make WordPress Core


Ignore:
Timestamp:
01/12/2019 06:40:16 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Upgrade WPCS to 1.2.1.

This upgrade fixes quite a few false positives, as well as auto-fixing some indenting issues.

Fixes #45956.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/content-none.php

    r25769 r44574  
    2121
    2222    <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'twentyfourteen' ); ?></p>
    23     <?php get_search_form(); ?>
     23        <?php get_search_form(); ?>
    2424
    2525    <?php else : ?>
    2626
    2727    <p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'twentyfourteen' ); ?></p>
    28     <?php get_search_form(); ?>
     28        <?php get_search_form(); ?>
    2929
    3030    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.