Make WordPress Core

Changeset 57964

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

WordPress 6.0.8.

Location:
branches/6.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/6.0/Gruntfile.js

    r57958 r57964  
    15571557    grunt.registerTask( 'verify:source-maps', function() {
    15581558        const ignoredFiles = [
    1559             'build/wp-includes/js/dist/block-editor.js',
    1560             'build/wp-includes/js/dist/block-editor.min.js',
    15611559            'build/wp-includes/js/dist/components.js'
    15621560        ];
  • branches/6.0/src/wp-admin/about.php

    r57434 r57964  
    4141            <div class="column">
    4242                <h2><?php _e( 'Maintenance and Security Releases' ); ?></h2>
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
    4368                <p>
    4469                    <?php
  • branches/6.0/src/wp-includes/version.php

    r57434 r57964  
    1717 * @global string $wp_version
    1818 */
    19 $wp_version = '6.0.7-src';
     19$wp_version = '6.0.-src';
    2020
    2121/**
Note: See TracChangeset for help on using the changeset viewer.