Changeset 19304 for trunk/wp-signup.php
- Timestamp:
- 11/15/2011 08:44:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-signup.php
r18504 r19304 4 4 require( dirname(__FILE__) . '/wp-load.php' ); 5 5 6 add_action( 'wp_head', ' signuppageheaders' );6 add_action( 'wp_head', 'wp_no_robots' ); 7 7 8 8 require( './wp-blog-header.php' ); … … 17 17 } 18 18 add_action( 'wp_head', 'do_signup_header' ); 19 20 function signuppageheaders() {21 echo "<meta name='robots' content='noindex,nofollow' />\n";22 }23 19 24 20 if ( !is_multisite() ) {
Note: See TracChangeset
for help on using the changeset viewer.