Make WordPress Core

Changeset 18647


Ignore:
Timestamp:
09/07/2011 01:45:06 PM (13 years ago)
Author:
nacin
Message:

s/robot/robots/. props madjax, fixes #18612.

File:
1 edited

Legend:

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

    r18633 r18647  
    18311831
    18321832/**
    1833  * Display the robot.txt file content.
     1833 * Display the robots.txt file content.
    18341834 *
    18351835 * The echo content should be with usage of the permalinks or for creating the
    1836  * robot.txt file.
     1836 * robots.txt file.
    18371837 *
    18381838 * @since 2.1.0
    1839  * @uses do_action() Calls 'do_robotstxt' hook for displaying robot.txt rules.
     1839 * @uses do_action() Calls 'do_robotstxt' hook for displaying robots.txt rules.
    18401840 */
    18411841function do_robots() {
Note: See TracChangeset for help on using the changeset viewer.