mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
General: Remove the version number from the readme file in the 4.4 branch.
See #42386 git-svn-id: https://develop.svn.wordpress.org/branches/4.4@42103 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ecc013ea94
commit
cd94945baf
@ -9,7 +9,6 @@
|
||||
<body>
|
||||
<h1 id="logo">
|
||||
<a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
|
||||
<br /> Version 4.4.11
|
||||
</h1>
|
||||
<p style="text-align: center">Semantic Personal Publishing Platform</p>
|
||||
|
||||
|
@ -9,10 +9,6 @@ class Tests_External_HTTP_Basic extends WP_UnitTestCase {
|
||||
$this->skipOnAutomatedBranches();
|
||||
|
||||
$readme = file_get_contents( ABSPATH . 'readme.html' );
|
||||
preg_match( '#<br /> Version (.*)#', $readme, $matches );
|
||||
list( $version ) = explode( '-', $GLOBALS['wp_version'] );
|
||||
$this->assertEquals( $version, trim( $matches[1] ), "readme.html's version needs to be updated to $version." );
|
||||
|
||||
preg_match( '#Recommendations.*PHP</a> version <strong>([0-9.]*)#s', $readme, $matches );
|
||||
|
||||
$response = wp_remote_get( 'https://secure.php.net/supported-versions.php' );
|
||||
|
Loading…
x
Reference in New Issue
Block a user