Making WordPress.org


Ignore:
Timestamp:
01/31/2018 10:04:01 PM (8 years ago)
Author:
obenland
Message:

Breathe: Use wporg textdomain for translations.

H/t ocean90.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/single-component.php

    r4806 r6490  
    1616                <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1717                    <div class="entry-content">
    18                         <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'p2-breathe' ) ); ?>
    19                         <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'p2-breathe' ), 'after' => '</div>' ) ); ?>
     18                        <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'wporg' ) ); ?>
     19                        <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'wporg' ), 'after' => '</div>' ) ); ?>
    2020                    </div>
    2121                </article>
Note: See TracChangeset for help on using the changeset viewer.