Make WordPress Core

Ticket #52557: 52557.diff

File 52557.diff, 1.5 KB (added by mukesh27, 4 years ago)

Patch.

  • wp-admin/about.php

    diff --git a/wp-admin/about.php b/wp-admin/about.php
    index 8c1c1bfb19..e9d668742b 100644
    a b require_once ABSPATH . 'wp-admin/admin-header.php'; 
    102102                        </div>
    103103                </div>
    104104
     105                <div class="about__section changelog">
     106                        <div class="column has-border has-subtle-background-color">
     107                                <h2 class="is-smaller-heading"><?php _e( 'Maintenance Release' ); ?></h2>
     108                                <p>
     109                                        <?php
     110                                        printf(
     111                                                /* translators: 1: WordPress version number, 2: Plural number of bugs. */
     112                                                _n(
     113                                                        '<strong>Version %1$s</strong> addressed %2$s bug.',
     114                                                        '<strong>Version %1$s</strong> addressed %2$s bugs.',
     115                                                        5
     116                                                ),
     117                                                '5.6.2',
     118                                                number_format_i18n( 5 )
     119                                        );
     120                                        ?>
     121                                        <?php
     122                                        printf(
     123                                                /* translators: %s: HelpHub URL */
     124                                                __( 'For more information, see <a href="%s">the release notes</a>.' ),
     125                                                sprintf(
     126                                                        /* translators: %s: WordPress version */
     127                                                        esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
     128                                                        sanitize_title( '5.6.2' )
     129                                                )
     130                                        );
     131                                        ?>
     132                                </p>
     133                        </div>
     134                </div>
     135
    105136                <hr />
    106137
    107138                <div class="has-background-image" style="background-image: url('data:image/svg+xml,<?php echo rawurlencode( '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 1035 884"><circle cx="503" cy="434" r="310" fill="#E3DAD1"/><circle cx="831" cy="204" r="204" fill="#D1CFE4"/><circle cx="113.5" cy="770.5" r="113.5" fill="#D1DEE4"/></svg>' ); ?>');">