Changeset 9204 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
- Timestamp:
- 10/17/2019 08:04:02 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
r9203 r9204 44 44 * - search results 45 45 * - 'mentions' taxonomy 46 * - tag archives with fewer than 3 posts 46 47 */ 47 48 function no_robots() { … … 52 53 || 53 54 is_tax( 'mentions' ) 55 || 56 ( is_tag() && get_queried_object()->count < 3 ) 54 57 ) { 55 58 wp_no_robots();
Note: See TracChangeset
for help on using the changeset viewer.