質問編集履歴

2

引用タグの設定ミス

2018/08/26 10:23

投稿

POREO
POREO

スコア11

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
 
4
4
 
5
- > 引用テキスト<?php
5
+ > 引用テキスト
6
+
7
+ <?php
6
8
 
7
9
  /**
8
10
 

1

引用タグの設定ミス

2018/08/26 10:23

投稿

POREO
POREO

スコア11

test CHANGED
File without changes
test CHANGED
@@ -6,19 +6,19 @@
6
6
 
7
7
  /**
8
8
 
9
- * WordPress User Page
9
+ * WordPress User Page
10
10
 
11
- *
11
+ *
12
12
 
13
- * Handles authentication, registering, resetting passwords, forgot password,
13
+ * Handles authentication, registering, resetting passwords, forgot password,
14
14
 
15
- * and other user handling.
15
+ * and other user handling.
16
16
 
17
- *
17
+ *
18
18
 
19
- * @package WordPress
19
+ * @package WordPress
20
20
 
21
- */
21
+ */
22
22
 
23
23
 
24
24
 
@@ -32,19 +32,19 @@
32
32
 
33
33
  if ( force_ssl_admin() && ! is_ssl() ) {
34
34
 
35
- if ( 0 === strpos($_SERVER['REQUEST_URI'], 'http') ) {
35
+ if ( 0 === strpos($_SERVER['REQUEST_URI'], 'http') ) {
36
36
 
37
- wp_safe_redirect( set_url_scheme( $_SERVER['REQUEST_URI'], 'https' ) );
37
+ wp_safe_redirect( set_url_scheme( $_SERVER['REQUEST_URI'], 'https' ) );
38
38
 
39
- exit();
39
+ exit();
40
40
 
41
- } else {
41
+ } else {
42
42
 
43
- wp_safe_redirect( 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] );
43
+ wp_safe_redirect( 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] );
44
44
 
45
- exit();
45
+ exit();
46
46
 
47
- }
47
+ }
48
48
 
49
49
  }
50
50
 
@@ -52,20 +52,20 @@
52
52
 
53
53
  /**
54
54
 
55
- * Output the login page header.
55
+ * Output the login page header.
56
56
 
57
- *
57
+ *
58
58
 
59
- * @param string $title Optional. WordPress login Page title to display in the `<title>` element.
59
+ * @param string $title Optional. WordPress login Page title to display in the `<title>` element.
60
60
 
61
- * Default 'Log In'.
61
+ * Default 'Log In'.
62
62
 
63
- * @param string $message Optional. Message to display in header. Default empty.
63
+ * @param string $message Optional. Message to display in header. Default empty.
64
64
 
65
- * @param WP_Error $wp_error Optional. The error to pass. Default empty.
65
+ * @param WP_Error $wp_error Optional. The error to pass. Default empty.
66
66
 
67
- */
67
+ */
68
68
 
69
69
  function login_he...
70
70
 
71
- (つづきがあります)> 引用テキスト
71
+ (つづきがあります)>