Skip to content

Commit c070b3e

Browse files
committed
Documentation
1 parent e64a96c commit c070b3e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

advert.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
/**
33
* snippet to display adverts
4+
* @package multiloquent\template_parts
45
*/
56

67
/**

error-snippet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* This is the error template part - it is included when no result is found from a search or archive page
4-
* @package multiloquent\template_parts
3+
* This is the error template part - it is included when no result is found from a search or archive page
4+
* @package multiloquent\template_parts
55
*/
66

77
/**

multiloquent-base.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
/**
3-
* multiloquent calss file to orgainse functions
3+
* multiloquent class file to orgainse functions
44
*
55
*/
66

77
/**
8-
* multiloquent calss file to orgainse functions
8+
* multiloquent class file to orgainse functions
99
*
1010
*/
1111
class MultiloquentBase
@@ -228,7 +228,9 @@ function multiloquent_register_and_generate_custom_control($setting_type, $setti
228228
'flatly' => 'flatly',
229229
'journal' => 'journal',
230230
'lumen' => 'lumen',
231+
'paper' => 'paper',
231232
'readable' => 'readable',
233+
'sandstone' => 'sandstone',
232234
'simplex' => 'simplex',
233235
'slate' => 'slate',
234236
'spacelab' => 'spacelab',

0 commit comments

Comments
 (0)