Make WordPress Core


Ignore:
Timestamp:
05/17/2019 01:07:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Restore placeholder for WordPress version in tagline on About, Credits, and Freedoms pages to include minor versions.

Props desrosj, mukesh27.
Fixes #46408.

File:
1 edited

Legend:

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

    r45300 r45338  
    2626</h1>
    2727
    28 <p class="about-text"><?php printf( __( 'Congratulations on updating to WordPress 5.2! This update makes it easier than ever to fix your site if something goes wrong.' ), $display_version ); ?></p>
     28<p class="about-text">
     29    <?php
     30    printf(
     31        /* translators: %s: The current WordPress version number */
     32        __( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ),
     33        $display_version
     34    );
     35    ?>
     36</p>
    2937
    3038<div class="wp-badge">
Note: See TracChangeset for help on using the changeset viewer.