From 4ec5a7ce52f7468f313b15b7d96269d26617e8c8 Mon Sep 17 00:00:00 2001 From: jgen Date: Thu, 24 Apr 2014 22:22:16 -0400 Subject: [PATCH] Removing the closing PHP "?>" tag as per style guidelines. --- ext/blocks/main.php | 2 +- ext/blocks/theme.php | 2 +- ext/bookmarks/test.php | 3 +-- ext/bookmarks/theme.php | 2 +- ext/comment/main.php | 2 +- ext/comment/test.php | 2 +- ext/featured/main.php | 2 +- ext/featured/test.php | 2 +- ext/featured/theme.php | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/ext/blocks/main.php b/ext/blocks/main.php index c80ce1af..9cd8f253 100644 --- a/ext/blocks/main.php +++ b/ext/blocks/main.php @@ -85,4 +85,4 @@ class Blocks extends Extension { } } } -?> + diff --git a/ext/blocks/theme.php b/ext/blocks/theme.php index 08f2eb1f..00cfd170 100644 --- a/ext/blocks/theme.php +++ b/ext/blocks/theme.php @@ -43,4 +43,4 @@ class BlocksTheme extends Themelet { $page->add_block(new Block("Block Editor", $html)); } } -?> + diff --git a/ext/bookmarks/test.php b/ext/bookmarks/test.php index 9bd0692a..66d41a96 100644 --- a/ext/bookmarks/test.php +++ b/ext/bookmarks/test.php @@ -1,4 +1,3 @@ - get_page("bookmark/remove"); } } -?> + diff --git a/ext/bookmarks/theme.php b/ext/bookmarks/theme.php index 83c43b42..a1cb7b42 100644 --- a/ext/bookmarks/theme.php +++ b/ext/bookmarks/theme.php @@ -2,4 +2,4 @@ class BookmarksTheme extends Themelet { } -?> + diff --git a/ext/comment/main.php b/ext/comment/main.php index e6132807..5e3c870d 100644 --- a/ext/comment/main.php +++ b/ext/comment/main.php @@ -558,4 +558,4 @@ class CommentList extends Extension { } // }}} } -?> + diff --git a/ext/comment/test.php b/ext/comment/test.php index 600b2edc..1cae2054 100644 --- a/ext/comment/test.php +++ b/ext/comment/test.php @@ -101,4 +101,4 @@ class CommentListTest extends ShimmieWebTestCase { $this->log_out(); } } -?> + diff --git a/ext/featured/main.php b/ext/featured/main.php index 01bf6475..e0a23676 100644 --- a/ext/featured/main.php +++ b/ext/featured/main.php @@ -86,4 +86,4 @@ class Featured extends Extension { } } } -?> + diff --git a/ext/featured/test.php b/ext/featured/test.php index 293efe69..2308238e 100644 --- a/ext/featured/test.php +++ b/ext/featured/test.php @@ -30,4 +30,4 @@ class FeaturedTest extends ShimmieWebTestCase { $this->assert_no_text("Featured Image"); } } -?> + diff --git a/ext/featured/theme.php b/ext/featured/theme.php index 77afe5ff..35a64a36 100644 --- a/ext/featured/theme.php +++ b/ext/featured/theme.php @@ -34,4 +34,4 @@ class FeaturedTheme extends Themelet { "; } } -?> +