Changeset 3904 for trunk/wp-includes/functions.php
- Timestamp:
- 06/23/2006 08:05:23 PM (19 years ago)
- File:
-
- 1 edited
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.