Make WordPress Core

Changeset 57960

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

WordPress 6.4.4.

Location:
branches/6.4/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4/src/wp-admin/about.php

    r57463 r57960  
    4747            <div class="column">
    4848                <h2><?php _e( 'Maintenance and Security Releases' ); ?></h2>
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
    4975                <p>
    5076                    <?php
  • branches/6.4/src/wp-includes/version.php

    r57488 r57960  
    1717 * @global string $wp_version
    1818 */
    19 $wp_version = '6.4.4-alpha-57488-src';
     19$wp_version = '6.4.4-src';
    2020
    2121/**
Note: See TracChangeset for help on using the changeset viewer.