Changeset 8467
- Timestamp:
- 03/15/2019 04:32:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
r7628 r8467 7 7 8 8 send_frame_options_header(); 9 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 } 9 16 10 17 get_header();
Note: See TracChangeset
for help on using the changeset viewer.