Make WordPress Core


Ignore:
Timestamp:
07/18/2019 12:40:39 PM (4 years ago)
Author:
SergeyBiryukov
Message:

I18N: Make URLs to https://wordpress.org/about/ and related pages translatable, as they can now be localized on Rosetta sites.

Props mukesh27.
Fixes #46386.

File:
1 edited

Legend:

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

    r45451 r45659  
    6060        /* translators: 1: https://wordpress.org/about/, 2: https://make.wordpress.org/ */
    6161        __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals. <a href="%2$s">Get involved in WordPress</a>.' ),
    62         'https://wordpress.org/about/',
     62        __( 'https://wordpress.org/about/' ),
    6363        __( 'https://make.wordpress.org/' )
    6464    );
Note: See TracChangeset for help on using the changeset viewer.