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/header.php

    r6354 r6490  
    1414
    1515    <nav id="site-navigation" class="navigation-main clear" role="navigation">
    16         <div class="screen-reader-text skip-link"><a href="#content" title="<?php _e( 'Skip to content', 'p2-breathe' ); ?>"><?php _e( 'Skip to content', 'p2-breathe' ); ?></a></div>
     16        <div class="screen-reader-text skip-link"><a href="#content" title="<?php _e( 'Skip to content', 'wporg' ); ?>"><?php _e( 'Skip to content', 'wporg' ); ?></a></div>
    1717
    1818        <?php wp_nav_menu( array( 'theme_location' => 'primary', 'fallback_cb' => false, 'depth' => 1 ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.