Changeset 26096
- Timestamp:
- 11/11/2013 10:26:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r26072 r26096 1786 1786 */ 1787 1787 function wp_no_robots() { 1788 echo "<meta name='robots' content='noindex, nofollow' />\n";1788 echo "<meta name='robots' content='noindex,follow' />\n"; 1789 1789 } 1790 1790
Note: See TracChangeset
for help on using the changeset viewer.