Making WordPress.org

Changeset 9040


Ignore:
Timestamp:
07/11/2019 02:20:25 PM (5 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Privacy: Add missing i18n for two "No" strings.

Props mobby2561.
Fixes #4600.

File:
1 edited

Legend:

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

    r9029 r9040  
    174174                                <td><?php esc_html_e( 'Session', 'wporg' ); ?></td>
    175175                                <td><?php esc_html_e( 'Used as a security token for cross-site request forgery protection.', 'wporg' ); ?></td>
    176                                 <td>No</td>
     176                                <td><?php esc_html_e( 'No', 'wporg' ); ?></td>
    177177                            </tr>
    178178                            <tr>
     
    180180                                <td><?php esc_html_e( '90 days', 'wporg' ); ?></td>
    181181                                <td><?php esc_html_e( 'Used to keep anonymous session information.', 'wporg' ); ?></td>
    182                                 <td>No</td>
     182                                <td><?php esc_html_e( 'No', 'wporg' ); ?></td>
    183183                            </tr>
    184184                        </tbody>
Note: See TracChangeset for help on using the changeset viewer.