Changeset 4950
- Timestamp:
- 02/19/2017 10:02:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
r4947 r4950 110 110 add_filter( 'index_template_hierarchy', 'wporg_login_filter_templates' ); 111 111 112 // Don't index login/register pages. 113 add_action( 'wp_head', 'wp_no_robots' ); 114 112 115 // No emoji support needed. 113 116 remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
Note: See TracChangeset
for help on using the changeset viewer.