Making WordPress.org


Ignore:
Timestamp:
06/29/2018 08:57:02 PM (8 years ago)
Author:
obenland
Message:

Main: phpcs updates

File:
1 edited

Legend:

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

    r7277 r7350  
    2323} );
    2424
    25 // See inc/page-meta-descriptions.php for the meta description for this page.
     25/* See inc/page-meta-descriptions.php for the meta description for this page. */
    2626
    2727get_header( 'child-page' );
     
    7373                    <p><?php esc_html_e( 'You have the right to request a copy of the information we hold about you. If you would like a copy of some or all your personal information, please follow the instructions at the end of this policy.', 'wporg' ); ?></p>
    7474                    <p><?php esc_html_e( 'All WordCamp attendee-provided data can be viewed and changed by the attendee via the Access Token URL that is emailed to confirm a successful ticket purchase.', 'wporg' ); ?></p>
    75                     <p><?php echo wp_kses_post( __( 'WordPress.org user accounts can be edited by following these steps:<br/>
    76 1) Visit <a href="https://login.wordpress.org/">https://login.wordpress.org</a>, and then enter your username and password.<br/>
    77 2) You will be redirected to https://profiles.wordpress.org/your_username.<br/>
    78 3) Click the &#8220;Edit&#8221; link next to your username.', 'wporg' ) ); ?></p>
     75                    <p><?php esc_html_e( 'WordPress.org user accounts can be edited by following these steps:', 'wporg' ); ?></p>
     76                    <ol>
     77                        <li>
     78                            <?php
     79                            printf(
     80                                /* translators: Login URL */
     81                                wp_kses_post( __( 'Visit <a href="%s">https://login.wordpress.org</a>, and enter your username and password.', 'wporg' ) ),
     82                                esc_url( 'https://login.wordpress.org/' )
     83                            );
     84                            ?>
     85                        </li>
     86                        <li><?php esc_html_e( 'You will be redirected to https://profiles.wordpress.org/your_username.', 'wporg' ); ?></li>
     87                        <li><?php esc_html_e( 'Click the &#8220;Edit&#8221; link next to your username.', 'wporg' ); ?></li>
     88                    </ol>
    7989
    8090                    <h3><?php esc_html_e( 'Retention of personal information', 'wporg' ); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.