Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 964915d

Browse files
Changes in controller files comments
1 parent 1ed0308 commit 964915d

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

404.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|------------------------------------------------------------------
99
|
1010
| The template controller for displaying 404 error pages.
11-
| This is displayed when website content was not found.
11+
| It is displayed when website content was not found.
1212
|
1313
*/
1414

footer.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
| Footer Controller
88
|------------------------------------------------------------------
99
|
10-
| Template controller for outputting layout's closing markup.
10+
| Controller for outputting layout's closing markup. Template
11+
| rendered here should include `wp_footer()` function call.
1112
|
1213
*/
1314

header.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
| Header Controller
88
|------------------------------------------------------------------
99
|
10-
| Template controller for outputting layout's opening markup.
10+
| Controller for outputting layout's opening markup. Template
11+
| rendered here should include `wp_head()` function call.
1112
|
1213
*/
1314

searchform.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|------------------------------------------------------------------
99
|
1010
| The template controller for displaying search form markup.
11-
| This is displayed when website content was not found.
11+
| It is displayed when website posts was not found.
1212
|
1313
*/
1414

sidebar.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
| Sidebar Controller
88
|------------------------------------------------------------------
99
|
10-
| The template controller for displaying search form markup.
11-
| This is displayed when website content was not found.
10+
| The template controller for displaying website sidebar,
11+
| i.e. area where you can assign various widgets.
1212
|
1313
*/
1414

0 commit comments

Comments
 (0)