Changeset 9203 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
- Timestamp:
- 10/17/2019 06:29:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r9202 r9203 43 43 * - date-based archives 44 44 * - search results 45 * - 'mentions' taxonomy 45 46 */ 46 47 function no_robots() { … … 49 50 || 50 51 is_date() 52 || 53 is_tax( 'mentions' ) 51 54 ) { 52 55 wp_no_robots();
Note: See TracChangeset
for help on using the changeset viewer.