File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
+ - ' 5.6'
4
5
- ' 5.5'
5
6
- ' 5.4'
6
7
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* Comment form
4
- *
5
- * @package multiloquent\template_parts
6
4
* this is a direct lift of the comments from shoestrap;
7
5
* I personally use disqus for my comments, but this comment system was already done :D
8
6
* http://shoestrap.org/
7
+ *
8
+ * @package multiloquent\template_parts
9
9
*/
10
10
11
11
/**
12
12
* Comment template part.
13
- *
14
13
*/
15
14
if (post_password_required ()) {
16
15
return ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* functions and definitions
4
- *
5
4
* Set up the theme and provides some helper functions, which are used in the
6
5
* theme as custom template tags. Others are attached to action and filter
7
6
* hooks in WordPress to change core functionality.
8
- *
9
7
* When using a child theme you can override certain functions (those wrapped
10
8
* in a function_exists() call) by defining them first in your child theme's
11
9
* functions.php file. The child theme's functions.php file is included before
26
24
/**
27
25
* multiloquent functions file.
28
26
*/
29
- require_once (trailingslashit (get_template_directory ()) . 'multiloquent-base.php ' );
30
-
27
+ require_once (trailingslashit (get_template_directory ()) . 'multiloquent-base.php ' );
Original file line number Diff line number Diff line change 35
35
}
36
36
remove_filter ('the_content ' , 'sharing_display ' , 19 );
37
37
remove_filter ('the_excerpt ' , 'sharing_display ' , 19 );
38
- the_content ('<p class="serif"> ' . ' Read the rest of this page ' . ' »</p> ' );
38
+ the_content ('<p class="serif">Read the rest of this page »</p> ' );
39
39
wp_link_pages ('<p><strong>Pages:</strong> ' , '</p> ' , 'number ' );
40
40
require (locate_template ('advert.php ' ));
41
41
?>
You can’t perform that action at this time.
0 commit comments