mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
General: Add noindex,nofollow
meta tag to the readme.html
file.
Site owners likely don't intend for the content of the `readme.html` file to be indexed, as it's unrelated to the site content. Follow-up to [59944]. Props peterwilsoncc, sabernhardt, dd32, audrasjb, abcd95. Fixes #63069. See #63000. Built from https://develop.svn.wordpress.org/trunk@59949 git-svn-id: http://core.svn.wordpress.org/trunk@59291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e57e4cdf1a
commit
429d53f13e
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<title>WordPress › ReadMe</title>
|
||||
<link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" />
|
||||
</head>
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.8-beta1-59948';
|
||||
$wp_version = '6.8-beta1-59949';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user