Make WordPress Core

Changeset 39433


Ignore:
Timestamp:
12/02/2016 12:30:12 PM (10 years ago)
Author:
ocean90
Message:

About page: Don't wrap URLs with <code> tags.

See #38616.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r39420 r39433  
    173173                                        <h3><?php
    174174                                                printf(
    175                                                         /* translators: 1: WP_Hook, 2: https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/ */
    176                                                         __( '<a href="%1$s">%2$s</a>' ),
    177                                                         '<code>https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/</code>',
     175                                                        '<a href="%1$s">%2$s</a>',
     176                                                        'https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/',
    178177                                                        '<code>WP_Hook</code>'
    179178                                                );
     
    194193                                                        __( '%1$s <a href="%2$s">has been enhanced</a> to include type, description, and REST API visibility.' ),
    195194                                                        '<code>register_setting()</code>',
    196                                                         '<code>https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/</code>'
     195                                                        'https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/'
    197196                                                );
    198197                                        ?></p>
Note: See TracChangeset for help on using the changeset viewer.