Making WordPress.org


Ignore:
Timestamp:
07/03/2020 03:11:38 AM (6 years ago)
Author:
dd32
Message:

Pinking shears, 10000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn/template-front.php

    r4 r10000  
    1010        <header>
    1111                <div class="wrap">
    12                 <?php 
     12                <?php
    1313                $fronthead = new WP_Query('page_id=29');
    1414                $fronthead->the_post();
     
    2525        <section class="learn-main">
    2626        <article>
    27         <?php 
     27        <?php
    2828                $fronthead = new WP_Query( array( 'posts_per_page' => 1 ) );
    2929                $fronthead->the_post();
Note: See TracChangeset for help on using the changeset viewer.