Changeset 3791 for trunk/wp-includes/functions.php
- Timestamp:
- 05/22/2006 10:06:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3758 r3791 1656 1656 } 1657 1657 1658 function do_robots() { 1659 if ( '1' != get_option('blog_public') ) { 1660 echo "User-agent: *\n"; 1661 echo "Disallow: /\n"; 1662 } else { 1663 echo "User-agent: *\n"; 1664 echo "Disallow:\n"; 1665 } 1666 } 1667 1658 1668 function is_blog_installed() { 1659 1669 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.