Make WordPress Core


Ignore:
Timestamp:
06/23/2006 08:05:23 PM (19 years ago)
Author:
ryan
Message:

Avoid recursive action. Props itdamager. fixes #2852

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r3901 r3904  
    788788
    789789function do_robots() {
    790     do_action('do_robots');
     790    do_action('do_robotstxt');
    791791    if ( '0' == get_option('blog_public') ) {
    792792        echo "User-agent: *\n";
Note: See TracChangeset for help on using the changeset viewer.