Making WordPress.org

Ticket #5753: 5753.2.diff

File 5753.2.diff, 2.1 KB (added by jorbin, 3 years ago)

Update title as well as text

  • page-40-percent-of-web.php

     
    149149                                                        <div class="ctl-row">
    150150                                                                <div class="ctl-col-6">
    151151                                                                        <div class="story-details">
    152                                                                                 <h3><a href="#2004-i18n"><?php _e( 'Internationalization (i18n)', 'wporg' ); ?><em>+</em></a></h3>
     152                                                                                <h3><a href="#2004-i18n"><?php _e( 'WordPress Supports Translation', 'wporg' ); ?><em>+</em></a></h3>
    153153                                                                        </div>
    154154                                                                </div>
    155155                                                                <div class="ctl-col-6">
     
    702702                                        </p>
    703703
    704704                                        <p class="has-text-align-center _40p-milestones-back-link"><a id="2004-i18n" href="#2004-ms-hello-dolly">⌃<span class="screen-reader-text"><?php _e( 'Back to milestone marker.', 'wporg' ); ?></span></a></p>
    705                                         <h3><a href="https://wordpress.org/news/2003/05/wordpress-now-available/"><?php _e( 'Internationalization (i18n)', 'wporg' ); ?></a></h3>
     705                                        <h3><a href="https://wordpress.org/news/2003/05/wordpress-now-available/"><?php _e( 'WordPress Supports Translation', 'wporg' ); ?></a></h3>
    706706                                        <p>
    707707                                                <?php
    708708                                                printf(
    709                                                         __( 'To internationalize WordPress in 2004, Ryan Boren <a href="%s">wrapped</a> translatable strings with the <code>__()</code> translation function. He went through the code, one line at a time, found everything that could be translated, and marked it up. This meant that when WordPress v1.2 was released, it not only contained the plugin API but was fully internationalized.', 'wporg' ),
     709                                                        __( 'To internationalize WordPress in 2004, Alex King <a href="%1$s">kicked off the efforts</a> before Ryan Boren <a href="%2$s">wrapped</a> translatable strings with the <code>__()</code> translation function. He went through the code, one line at a time, found everything that could be translated, and marked it up. This meant that when WordPress v1.2 was released, it not only contained the plugin API but was fully internationalized.', 'wporg' ),
     710                                                        'https://core.trac.wordpress.org/changeset/1057',
    710711                                                        'https://core.trac.wordpress.org/changeset/1106'
    711712                                                );
    712713                                                ?>