Changeset 9864 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
- Timestamp:
- 05/13/2020 05:04:11 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
r9725 r9864 9 9 10 10 // Search engines don't need to index the upload form. Should help prevent users uploading themes they didn't create. 11 if ( ! function_exists( 'wporg_meta_robots' ) ) { 12 function wporg_meta_robots() { 13 return 'noindex'; 14 } 15 } 11 add_filter( 'wporg_noindex_request', '__return_true' ); 16 12 17 13 // Use the translated post title.
Note: See TracChangeset
for help on using the changeset viewer.