Changeset 9651
- Timestamp:
- 03/31/2020 04:15:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r9486 r9651 152 152 */ 153 153 public static function output_meta() { 154 global $wp_query; 155 154 156 $metas = []; 155 157 $noindex = false; … … 168 170 $noindex = true; 169 171 } 172 } elseif ( is_tax() && $wp_query->found_posts <= 3 ) { 173 $noindex = true; 170 174 } 171 175
Note: See TracChangeset
for help on using the changeset viewer.