_item_feedback.inc.php
Notice: Undefined variable: params in
/home/rogerlov/public_html/blog/skins/print/index.main.php on line
63
Warning: array_merge(): Expected parameter 2 to be an array, null given in
/home/rogerlov/public_html/blog/skins/print/index.main.php on line
63
Notice: Trying to access array offset on value of type null in
/home/rogerlov/public_html/blog/skins/print/index.main.php on line
70
Notice: Trying to access array offset on value of type null in
/home/rogerlov/public_html/blog/skins/print/index.main.php on line
80
Notice: Trying to access array offset on value of type null in
/home/rogerlov/public_html/blog/skins/print/index.main.php on line
85
Notice: Trying to access array offset on value of type null in
/home/rogerlov/public_html/blog/skins/print/index.main.php on line
91
Notice: Trying to access array offset on value of type null in
/home/rogerlov/public_html/blog/skins/print/index.main.php on line
93
Changes.
- Removed some comments at beginning so code begins at line 7
- Line 126 commented out as it creates unwanted vertical space
- Lines 128 to 164 Commented out to remove links to pings and trackback
- Line 184 Insert new line
echo "<em> Most Recent First</em>";
- Line 227 Insert but unused code
//echo "<div class='center'>Page " . $CommentList->page . " of " . implode( ', ', $disp_title) . ": <em>Latest First</em></div>";
- Line 270 Check out comment
Code
| 'userpage' or 'userurl' or 'userurl>userpage' or 'userpage>userurl' |
- Lines 321 and 322 Insert
Code
| if (!isset($current_User) ) |
| unset($params['disp_comment_form']); |