This repository was archived by the owner on Nov 14, 2024. It is now read-only.
File tree 5 files changed +8
-6
lines changed
5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 8
8
|------------------------------------------------------------------
9
9
|
10
10
| 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.
12
12
|
13
13
*/
14
14
Original file line number Diff line number Diff line change 7
7
| Footer Controller
8
8
|------------------------------------------------------------------
9
9
|
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.
11
12
|
12
13
*/
13
14
Original file line number Diff line number Diff line change 7
7
| Header Controller
8
8
|------------------------------------------------------------------
9
9
|
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.
11
12
|
12
13
*/
13
14
Original file line number Diff line number Diff line change 8
8
|------------------------------------------------------------------
9
9
|
10
10
| 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.
12
12
|
13
13
*/
14
14
Original file line number Diff line number Diff line change 7
7
| Sidebar Controller
8
8
|------------------------------------------------------------------
9
9
|
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 .
12
12
|
13
13
*/
14
14
You can’t perform that action at this time.
0 commit comments