Making WordPress.org


Ignore:
Timestamp:
03/15/2018 04:42:32 AM (7 years ago)
Author:
dd32
Message:

Main: About: Mark the strings as translatable.
Some strings are deliberately not translated right now.

See #3046.

File:
1 edited

Legend:

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

    r6869 r6878  
    2929// See inc/page-meta-descriptions.php for the meta description for this page.
    3030
     31// Translatoin Note: Currently this is translated through https://github.com/WordPress/Security-White-Paper
     32
    3133get_header( 'child-page' );
    3234the_post();
     
    3739        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3840            <header class="entry-header">
    39                 <h1 class="entry-title col-8"><?php _esc_html_e( 'Security', 'wporg' ); ?></h1>
     41                <h1 class="entry-title col-8"><?php esc_html_e( 'Security', 'wporg' ); ?></h1>
    4042            </header><!-- .entry-header -->
    4143
Note: See TracChangeset for help on using the changeset viewer.