We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d67b0 commit e4e404aCopy full SHA for e4e404a
phpwpinfo.php
@@ -441,6 +441,7 @@ public function get_header( ) {
441
$output .= '<html lang="en">' . "\n";
442
$output .= '<head>' . "\n";
443
$output .= '<meta charset="utf-8">' . "\n";
444
+ $output .= '<meta name="robots" content="noindex,nofollow">' . "\n";
445
$output .= '<title>PHP WordPress Info</title>' . "\n";
446
$output .= '<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.0/css/bootstrap-combined.min.css" rel="stylesheet">' . "\n";
447
$output .= '<style>.table tbody tr.warning td{background-color:#FCF8E3;}</style>' . "\n";
0 commit comments