From 97ff45eb45a54b57ed92dc088774781240647639 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 18 Mar 2013 17:46:16 +0000 Subject: [PATCH] Aerodrome 1.0.5 --- CHANGELOG.txt | 5 ++- comments.php | 9 +++-- functions.php | 7 ---- index.php | 2 +- legacy.comments.php | 90 --------------------------------------------- search.php | 2 +- sidebar.php | 8 ++++ single.php | 3 -- style.css | 2 +- 9 files changed, 21 insertions(+), 107 deletions(-) delete mode 100644 legacy.comments.php diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3b68f6f..5668489 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,7 +4,10 @@ AERODROME CHANGELOG - V 1.0.3 + V 1.0.5 + Bugfix comment miscount WP 2.9 + + V 1.0.3-1.0.4 Added customizeable Link section below Header Added beautiful subpages menu on top diff --git a/comments.php b/comments.php index f82098e..d67046d 100644 --- a/comments.php +++ b/comments.php @@ -8,11 +8,13 @@ } ?> + @@ -34,17 +36,18 @@ - -

Comments are closed.

+ +
comment_status) : ?> diff --git a/functions.php b/functions.php index 92e6078..a29aba8 100644 --- a/functions.php +++ b/functions.php @@ -134,11 +134,4 @@ function aero_admin_header() { ?> add_action('admin_head', 'aero_admin_header'); add_action('admin_menu', 'aero_add_admin'); -?> - \ No newline at end of file diff --git a/index.php b/index.php index 3689c9b..dd10bb7 100644 --- a/index.php +++ b/index.php @@ -17,7 +17,7 @@ get_header();
- +
diff --git a/legacy.comments.php b/legacy.comments.php deleted file mode 100644 index f87f23b..0000000 --- a/legacy.comments.php +++ /dev/null @@ -1,90 +0,0 @@ - post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) : ?> - -

- - - -

- - ">» - -

- - - - - - - - - - - - -

- - - -

- - -

- - -

logged in to post a comment.'), get_option('siteurl')."/wp-login.php?redirect_to=".urlencode(get_permalink()));?>

- - -
- - - -

'.$user_identity.''); ?>

- - - -

-

- -

-

- -

-

- - - - - -

- -

- -

- ID); ?> - -
- - - - -

- \ No newline at end of file diff --git a/search.php b/search.php index 7b815fc..fa4d290 100644 --- a/search.php +++ b/search.php @@ -12,7 +12,7 @@
- +
diff --git a/sidebar.php b/sidebar.php index 56fab0f..834b383 100644 --- a/sidebar.php +++ b/sidebar.php @@ -2,6 +2,14 @@ diff --git a/style.css b/style.css index a0de9d0..2785421 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Description: Beautiful light and professional designed, ad ready WordPress theme Author: Joe Fischler Author URI: http://thebuckmaker.com Tags: blue, green, light, three-columns, fixed-width, theme-options, threaded-comments -Version: 1.0.4 +Version: 1.0.5 */ -- 2.39.5