tagging 3.2.3

This commit is contained in:
Ben Word
2011-05-10 19:39:01 -06:00
parent 4982539f11
commit 66cb21dda9
3 changed files with 16 additions and 8 deletions

View File

@@ -2,6 +2,15 @@
## Changelog:
### 3.2.3: May 10th, 2011
<ul>
<li>Bugfixes</li>
<li>Added <code>language_attributes()</code> to <code>&lt;html&gt;</code></li>
<li>Matching latest changes to HTML5 Boilerplate and Blueprint CSS</li>
<li>Updated jQuery to 1.6</li>
</ul>
### 3.2.2: April 24th, 2011
<ul>
<li>Bugfixes</li>

View File

@@ -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');
}

View File

@@ -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/