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

    r6432 r6490  
    9494    <div class="make-welcome">
    9595        <div class="entry-meta">
    96             <?php edit_post_link( __( 'Edit', 'o2' ), '', '', $welcome->ID ); ?>
    97             <button type="button" id="make-welcome-hide" class="toggle dashicons dashicons-no" data-hash="<?php echo $content_hash; ?>" data-cookie="<?php echo $cookie; ?>" title="<?php esc_attr_e( 'Hide this message', 'p2-breathe' ); ?>"></button>
     96            <?php edit_post_link( __( 'Edit', 'wporg' ), '', '', $welcome->ID ); ?>
     97            <button type="button" id="make-welcome-hide" class="toggle dashicons dashicons-no" data-hash="<?php echo $content_hash; ?>" data-cookie="<?php echo $cookie; ?>" title="<?php esc_attr_e( 'Hide this message', 'wporg' ); ?>"></button>
    9898        </div>
    9999        <div class="entry-content clear">
     
    111111    ?>
    112112    <noscript class="js-disabled-notice">
    113         <?php _e( 'Please enable JavaScript to view this page properly.', 'o2' ); ?>
     113        <?php _e( 'Please enable JavaScript to view this page properly.', 'wporg' ); ?>
    114114    </noscript>
    115115    <?php
     
    171171}
    172172add_filter( 'jetpack_mentions_linked_mention', __NAMESPACE__ . '\disable_mentions_for_handbook', 10, 2 );
    173 
Note: See TracChangeset for help on using the changeset viewer.