Making WordPress.org

Ticket #5753: 5753.diff

File 5753.diff, 1.2 KB (added by jorbin, 3 years ago)
  • page-40-percent-of-web.php

     
    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                                                ?>