diff --git a/README.md b/README.md
index 7e83a75..9fd5cc5 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,15 @@
## Changelog:
+### 3.2.3: May 10th, 2011
+
+ - Bugfixes
+ - Added
language_attributes() to <html>
+ - Matching latest changes to HTML5 Boilerplate and Blueprint CSS
+ - Updated jQuery to 1.6
+
+
+
### 3.2.2: April 24th, 2011
- Bugfixes
diff --git a/includes/roots-cleanup.php b/includes/roots-cleanup.php
index 22a343d..acec250 100644
--- a/includes/roots-cleanup.php
+++ b/includes/roots-cleanup.php
@@ -63,11 +63,11 @@ function roots_nice_search_redirect() {
add_action('template_redirect', 'roots_nice_search_redirect');
function roots_search_query($escaped = true) {
- $query = apply_filters('roots_search_query', get_query_var('s'));
- if ($escaped) {
- $query = esc_attr( $query );
- }
- return urldecode($query);
+ $query = apply_filters('roots_search_query', get_query_var('s'));
+ if ($escaped) {
+ $query = esc_attr( $query );
+ }
+ return urldecode($query);
}
add_filter('get_search_query', 'roots_search_query');
@@ -80,7 +80,6 @@ function roots_root_relative_url($input) {
return str_replace(end($matches), '', $input);
}
-
add_filter('bloginfo_url', 'roots_root_relative_url');
add_filter('theme_root_uri', 'roots_root_relative_url');
add_filter('stylesheet_directory_uri', 'roots_root_relative_url');
@@ -100,7 +99,7 @@ add_filter('day_link', 'roots_root_relative_url');
add_filter('year_link', 'roots_root_relative_url');
add_filter('tag_link', 'roots_root_relative_url');
-//Leaving plugins_url alone to avoid potential issues (such as Gravity Forms)
+// Leaving plugins_url alone in admin to avoid potential issues (such as Gravity Forms)
if (!is_admin()) {
add_filter('plugins_url', 'roots_root_relative_url');
}
diff --git a/style.css b/style.css
index de03419..adebb3b 100644
--- a/style.css
+++ b/style.css
@@ -2,7 +2,7 @@
Theme Name: Roots
Theme URI: http://rootstheme.com/
Description: Roots is a starting WordPress theme made for developers that's based on HTML5 Boilerplate, Blueprint CSS/960 Grid System/1140 Grid and Starkers that will help you rapidly create brochure sites and blogs.
-Version: 3.2.2
+Version: 3.2.3
Author: Ben Word
Author URI: http://benword.com/