Ticket #5753: 5753.2.diff
File 5753.2.diff, 2.1 KB (added by , 3 years ago) |
---|
-
page-40-percent-of-web.php
149 149 <div class="ctl-row"> 150 150 <div class="ctl-col-6"> 151 151 <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> 153 153 </div> 154 154 </div> 155 155 <div class="ctl-col-6"> … … 702 702 </p> 703 703 704 704 <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> 706 706 <p> 707 707 <?php 708 708 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', 710 711 'https://core.trac.wordpress.org/changeset/1106' 711 712 ); 712 713 ?>