Skip to content

Commit 40a732b

Browse files
test file
1 parent db8882c commit 40a732b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

license-sim-test.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?php
22

33
function wpmu_activate_stylesheet() {
4-
?>
5-
<style type="text/css">
6-
.wp-activate-container { width: 90%; margin: 0 auto; }
7-
.wp-activate-container form { margin-top: 2em; }
8-
#submit, #key { width: 100%; font-size: 24px; box-sizing: border-box; }
9-
#language { margin-top: 0.5em; }
10-
.wp-activate-container .error { background: #f66; color: #333; }
11-
span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: 600; }
12-
</style>
13-
<?php
4+
?>
5+
<style type="text/css">
6+
.wp-activate-container { width: 70%; margin: 0 auto; }
7+
.wp-activate-container form { margin-top: 2em; }
8+
#submit, #key { width: 90%; font-size: 24px; box-sizing: border-box; }
9+
#language { margin-top: 0.5em; }
10+
.wp-activate-container .error { background: #f55; color: #111; }
11+
span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: 200; }
12+
</style>
13+
<?php
1414
}
1515
add_action( 'wp_head', 'wpmu_activate_stylesheet' );
1616
add_action( 'wp_head', 'wp_strict_cross_origin_referrer' );
1717
add_filter( 'wp_robots', 'wp_robots_sensitive_page' );
1818

1919
get_header( 'wp-activate' );
2020

21-
$blog_details = get_site();
21+
$blog_details = get_site();

0 commit comments

Comments
 (0)