Make WordPress Core

Changeset 57962

Timestamp:
04/09/2024 02:13:41 PM (4 months ago)
Author:
johnbillion
Message:

WordPress 6.2.5.

Location:
branches/6.2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/6.2/Gruntfile.js

    r57956 r57962  
    16141614    grunt.registerTask( 'verify:source-maps', function() {
    16151615        const ignoredFiles = [
    1616             'build/wp-includes/js/dist/block-editor.js',
    1617             'build/wp-includes/js/dist/block-editor.min.js',
    16181616            'build/wp-includes/js/dist/components.js'
    16191617        ];
  • branches/6.2/src/wp-admin/about.php

    r57436 r57962  
    4646            <div class="column">
    4747                <h2><?php _e( 'Maintenance and Security Releases' ); ?></h2>
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
    4873                <p>
    4974                    <?php
  • branches/6.2/src/wp-includes/version.php

    r57436 r57962  
    1717 * @global string $wp_version
    1818 */
    19 $wp_version = '6.2.4-src';
     19$wp_version = '6.2.-src';
    2020
    2121/**
Note: See TracChangeset for help on using the changeset viewer.