Changeset 10240 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
- Timestamp:
- 09/08/2020 07:26:32 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r10177 r10240 1144 1144 $noindex = true; 1145 1145 } 1146 } 1147 1148 if ( !$noindex && 'delist' === $post->post_status ) { 1149 $noindex = 'nosnippet'; 1146 1150 } 1147 1151 }
Note: See TracChangeset
for help on using the changeset viewer.