equal
deleted
inserted
replaced
112 span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: 600; } |
112 span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: 600; } |
113 </style> |
113 </style> |
114 <?php |
114 <?php |
115 } |
115 } |
116 add_action( 'wp_head', 'wpmu_activate_stylesheet' ); |
116 add_action( 'wp_head', 'wpmu_activate_stylesheet' ); |
117 add_action( 'wp_head', 'wp_sensitive_page_meta' ); |
117 add_action( 'wp_head', 'wp_strict_cross_origin_referrer' ); |
|
118 add_filter( 'wp_robots', 'wp_robots_sensitive_page' ); |
118 |
119 |
119 get_header( 'wp-activate' ); |
120 get_header( 'wp-activate' ); |
120 |
121 |
121 $blog_details = get_blog_details(); |
122 $blog_details = get_blog_details(); |
122 ?> |
123 ?> |