Ticket #44360: 44360-about-added-missing-translation.php.2.patch
File 44360-about-added-missing-translation.php.2.patch, 860 bytes (added by , 6 years ago) |
---|
-
about.php
19 19 include( ABSPATH . 'wp-admin/admin-header.php' ); 20 20 ?> 21 21 <div class="wrap about-wrap full-width-layout"> 22 /* translators: %s: Welcome message */ 22 23 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 23 24 25 /* translators: %s: Thank You message for latest version updation */ 24 26 <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 */ 25 28 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> 26 29 27 30 <h2 class="nav-tab-wrapper wp-clearfix">