Making WordPress.org


Ignore:
Timestamp:
07/03/2018 01:54:51 AM (8 years ago)
Author:
obenland
Message:

Main: Add two more page templates for download

Also makes History page translatable.

See #3673.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.php

    r7350 r7362  
    3333                <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3434                        <header class="entry-header row">
    35                                 <h1 class="entry-title col-8"><?php the_title(); ?></h1>
     35                                <?php the_title( '<h1 class="entry-title col-8">', '</h1>' ); ?>
    3636                        </header><!-- .entry-header -->
    3737
Note: See TracChangeset for help on using the changeset viewer.