Changeset 3904
- Timestamp:
- 06/23/2006 08:05:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3901 r3904 788 788 789 789 function do_robots() { 790 do_action('do_robots ');790 do_action('do_robotstxt'); 791 791 if ( '0' == get_option('blog_public') ) { 792 792 echo "User-agent: *\n";
Note: See TracChangeset
for help on using the changeset viewer.