Changeset 9856
- Timestamp:
- 05/12/2020 11:20:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
r9835 r9856 188 188 } 189 189 add_filter( 'index_template_hierarchy', 'wporg_login_filter_templates' ); 190 191 // Don't index login/register pages. 192 add_action( 'wp_head', 'wp_no_robots', 1 ); 190 193 191 194 // No emoji support needed.
Note: See TracChangeset
for help on using the changeset viewer.