Make WordPress Core

Ticket #57124: 57124.diff

File 57124.diff, 2.0 KB (added by itsnikhilpatel, 3 years ago)

version 6.2 showing 6.1

  • src/wp-admin/about.php

    From a2c744940cd1eb354d45a5811c7cf6c8316e597b Mon Sep 17 00:00:00 2001
    From: nikhil patel <nikhil.patel5522@gmail.com>
    Date: Wed, 16 Nov 2022 16:24:57 +0530
    Subject: [PATCH] #57124
    
    version 6.2 showing data of version 6.1
    ---
     src/wp-admin/about.php | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
    index 4fff85d2a3..82d583bb81 100644
    a b require_once ABSPATH . 'wp-admin/admin-header.php'; 
    437437                                        <?php
    438438                                        printf(
    439439                                                /* translators: 1: REST API performance dev note, 2: Multisite performance dev note, 3: code-formatted "WP_Query" linked to dev note, 4: Block registration performance dev note, 5: Site health checks dev note; 6: code-formatted "async", 7: Performance field guide. */
    440                                                 __( 'WordPress 6.1 resolved more than 25 tickets dedicated to enhancing performance. From the  <a href="%1$s">REST API</a> to <a href="%2$s">multisite</a>, %3$s to <a href="%4$s">core block registration</a>, and <a href="%5$s">new Site Health checks</a> to the addition of the %6$s attribute to images, there are performance improvements for every type of site. A full breakdown can be found in the <a href="%7$s">Performance Field Guide</a>.' ),
     440                                                __( 'WordPress 6.2 resolved more than 25 tickets dedicated to enhancing performance. From the  <a href="%1$s">REST API</a> to <a href="%2$s">multisite</a>, %3$s to <a href="%4$s">core block registration</a>, and <a href="%5$s">new Site Health checks</a> to the addition of the %6$s attribute to images, there are performance improvements for every type of site. A full breakdown can be found in the <a href="%7$s">Performance Field Guide</a>.' ),
    441441                                                'https://make.wordpress.org/core/2022/10/10/performance-improvements-to-the-rest-api/',
    442442                                                'https://make.wordpress.org/core/2022/10/10/multisite-improvements-in-wordpress-6-1/',
    443443                                                '<a href="https://make.wordpress.org/core/2022/10/07/improvements-to-wp_query-performance-in-6-1/"><code>WP_Query</code></a>',