Make WordPress Core

Changeset 57963

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

WordPress 6.1.6.

Location:
branches/6.1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/6.1/Gruntfile.js

    r57957 r57963  
    15691569    grunt.registerTask( 'verify:source-maps', function() {
    15701570        const ignoredFiles = [
    1571             'build/wp-includes/js/dist/block-editor.js',
    1572             'build/wp-includes/js/dist/block-editor.min.js',
    15731571            'build/wp-includes/js/dist/components.js'
    15741572        ];
  • branches/6.1/src/wp-admin/about.php

    r57435 r57963  
    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.1/src/wp-includes/version.php

    r57435 r57963  
    1717 * @global string $wp_version
    1818 */
    19 $wp_version = '6.1.5-src';
     19$wp_version = '6.1.-src';
    2020
    2121/**
Note: See TracChangeset for help on using the changeset viewer.