Make WordPress Core

Ticket #38616: 38616.4.patch

File 38616.4.patch, 2.8 KB (added by ramiy, 7 years ago)
  • wp-admin/about.php

     
    137137
    138138                        <div class="under-the-hood three-col">
    139139                                <div class="col">
    140                                         <h3><?php
    141                                                 printf(
    142                                                         /* translators: %s: https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/  */
    143                                                         __( '<a href="%s">Post Type Templates</a>' ),
    144                                                         'https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/'
    145                                                 );
    146                                         ?></h3>
     140                                        <h3><a href="https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/"><?php _e( 'Post Type Templates' ); ?></a></h3>
    147141                                        <p><?php _e( 'By opening up the page template functionality to all post types, theme developers have even more flexibility with the WordPress template hierarchy.' ); ?></p>
    148142                                </div>
    149143                                <div class="col">
     
    157151                                        ?></p>
    158152                                </div>
    159153                                <div class="col">
    160                                         <h3><?php
    161                                                 printf(
    162                                                         /* translators: %s: https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/  */
    163                                                         __( '<a href="%s">Custom Bulk Actions</a>' ),
    164                                                         'https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/'
    165                                                 );
    166                                         ?></h3>
     154                                        <h3><a href="https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/"><?php _e( 'Custom Bulk Actions' ); ?></a></h3>
    167155                                        <p><?php _e( 'List tables, now with more than bulk edit and delete.' ); ?></p>
    168156                                </div>
    169157                        </div>
     
    170158
    171159                        <div class="under-the-hood three-col">
    172160                                <div class="col">
    173                                         <h3><?php
    174                                                 printf(
    175                                                         '<a href="%1$s">%2$s</a>',
    176                                                         'https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/',
    177                                                         '<code>WP_Hook</code>'
    178                                                 );
    179                                         ?></h3>
     161                                        <h3><a href="https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/"><code>WP_Hook</code></a></h3>
    180162                                        <p><?php
    181163                                                printf(
    182164                                                        /* translators: %s: https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/  */
     
    197179                                        ?></p>
    198180                                </div>
    199181                                <div class="col">
    200                                         <h3><?php
    201                                                 printf(
    202                                                         /* translators: %s: https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/  */
    203                                                         __( '<a href="%s">Customize Changesets</a>' ),
    204                                                         'https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/'
    205                                                 );
    206                                         ?></h3>
     182                                        <h3><a href="https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/"><?php _e( 'Customize Changesets' ); ?></a></h3>
    207183                                        <p><?php _e( 'Customize changesets make changes in the customizer persistent, like autosave drafts. They also make exciting new features like starter content possible.' ); ?></p>
    208184                                </div>
    209185                        </div>