Changeset 10635 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
- Timestamp:
- 02/03/2021 04:07:33 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r10570 r10635 1152 1152 $noindex = true; 1153 1153 } 1154 } 1155 1156 if ( !$noindex && 'delist' === $post->post_status ) { 1157 $noindex = 'nosnippet'; 1154 1158 } 1155 1159 }
Note: See TracChangeset
for help on using the changeset viewer.