Making WordPress.org


Ignore:
Timestamp:
12/18/2017 05:42:35 PM (7 years ago)
Author:
obenland
Message:

Plugins: Conform to WPCS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/archive.php

    r4223 r6284  
    1515        <main id="main" class="site-main" role="main">
    1616
    17         <?php
    18         if ( have_posts() ) : ?>
     17        <?php if ( have_posts() ) : ?>
    1918
    2019            <header class="page-header">
    2120                <?php
    22                     the_archive_title( '<h1 class="page-title">', '</h1>' );
    23                     the_archive_description( '<div class="taxonomy-description">', '</div>' );
     21                the_archive_title( '<h1 class="page-title">', '</h1>' );
     22                the_archive_description( '<div class="taxonomy-description">', '</div>' );
    2423                ?>
    2524            </header><!-- .page-header -->
     
    4544            get_template_part( 'template-parts/content', 'none' );
    4645
    47         endif; ?>
     46        endif;
     47        ?>
    4848
    4949        </main><!-- #main -->
Note: See TracChangeset for help on using the changeset viewer.