Changeset 45898
- Timestamp:
- 08/27/2019 12:16:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r45884 r45898 1529 1529 1530 1530 /** 1531 * Display the robots.txt file content. 1532 * 1533 * The echo content should be with usage of the permalinks or for creating the 1534 * robots.txt file. 1531 * Displays the default robots.txt file content. 1535 1532 * 1536 1533 * @since 2.1.0 … … 1562 1559 * @since 3.0.0 1563 1560 * 1564 * @param string $output Robots.txt output.1561 * @param string $output The robots.txt output. 1565 1562 * @param bool $public Whether the site is considered "public". 1566 1563 */
Note: See TracChangeset
for help on using the changeset viewer.