Make WordPress Core

Changeset 42103


Ignore:
Timestamp:
10/31/2017 06:07:23 PM (6 years ago)
Author:
johnbillion
Message:

General: Remove the version number from the readme file in the 4.4 branch.

See #42386

Location:
branches/4.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.4/src/readme.html

    r41514 r42103  
    1010<h1 id="logo">
    1111    <a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
    12     <br /> Version 4.4.11
    1312</h1>
    1413<p style="text-align: center">Semantic Personal Publishing Platform</p>
  • branches/4.4/tests/phpunit/tests/external-http/basic.php

    r40243 r42103  
    1010
    1111        $readme = file_get_contents( ABSPATH . 'readme.html' );
    12         preg_match( '#<br /> Version (.*)#', $readme, $matches );
    13         list( $version ) = explode( '-', $GLOBALS['wp_version'] );
    14         $this->assertEquals( $version, trim( $matches[1] ), "readme.html's version needs to be updated to $version." );
    15 
    1612        preg_match( '#Recommendations.*PHP</a> version <strong>([0-9.]*)#s', $readme, $matches );
    1713
Note: See TracChangeset for help on using the changeset viewer.