Make WordPress Core

Ticket #44360: 44360-about-added-missing-translation.php.2.patch

File 44360-about-added-missing-translation.php.2.patch, 860 bytes (added by cleancoded, 6 years ago)
  • about.php

     
    1919include( ABSPATH . 'wp-admin/admin-header.php' );
    2020?>
    2121        <div class="wrap about-wrap full-width-layout">
     22                /* translators: %s: Welcome message  */
    2223                <h1><?php printf( __( 'Welcome to WordPress&nbsp;%s' ), $display_version ); ?></h1>
    2324
     25                /* translators: %s: Thank You message for latest version updation  */
    2426                <p class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s will smooth your design workflow and keep you safe from coding errors.' ), $display_version ); ?></p>
     27                /* translators: %s: Version Number  */
    2528                <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
    2629
    2730                <h2 class="nav-tab-wrapper wp-clearfix">