Making WordPress.org


Ignore:
Timestamp:
01/31/2018 11:21:10 PM (7 years ago)
Author:
obenland
Message:

Login: Use wporg textdomain for translations.

H/t ocean90.
See [6490], https://i18n.trac.wordpress.org/changeset/135039/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/logout.php

    r4470 r6493  
    88get_header();
    99?>
    10 <p class="intro"><?php _e( 'You are attempting to log out of WordPress.org.', 'wporg-login' ); ?></p>
     10<p class="intro"><?php _e( 'You are attempting to log out of WordPress.org.', 'wporg' ); ?></p>
    1111
    1212<?php
    1313printf(
    1414    /* translators: %s: logout URL */
    15     __( 'Do you really want to <a href="%s">log out</a>?', 'wporg-login' ),
     15    __( 'Do you really want to <a href="%s">log out</a>?', 'wporg' ),
    1616    wp_logout_url( home_url( '/loggedout/ ' ) )
    1717);
Note: See TracChangeset for help on using the changeset viewer.