From 251dde5ade35abe27016d2565742255d6293df4c Mon Sep 17 00:00:00 2001 From: Brett Taylor Date: Wed, 15 Feb 2012 14:28:32 +1300 Subject: [PATCH 1/6] added 'search' ARIA role on searchform.php http://www.w3.org/TR/wai-aria/roles#search Signed-off-by: Brett Taylor --- searchform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchform.php b/searchform.php index aa7fee42..3cba6528 100644 --- a/searchform.php +++ b/searchform.php @@ -6,7 +6,7 @@ * @since _s 1.0 */ ?> -
+ From ebf6fe57ab38635c5e79a82312647283f82cc8ba Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 16 Feb 2012 20:59:28 +0000 Subject: [PATCH 2/6] _s: we need to use the stylesheet_uri here or the default child theme stylesheet overriding doesn't work. git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8956 d957f892-c61d-0410-b221-f235e6eecf30 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 1b61f60c..cf3e149c 100644 --- a/functions.php +++ b/functions.php @@ -102,7 +102,7 @@ add_action( 'widgets_init', '_s_widgets_init' ); function _s_scripts() { global $post; - wp_enqueue_style( 'style', get_template_directory_uri() . '/style.css' ); + wp_enqueue_style( 'style', get_stylesheet_uri() ); wp_enqueue_script( 'jquery' ); From 6817af282cd161395248fb60daed9d057ac4a2a9 Mon Sep 17 00:00:00 2001 From: Michael Fields Date: Fri, 17 Feb 2012 22:34:53 +0000 Subject: [PATCH 3/6] _s: needs to be declared globally. git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8964 d957f892-c61d-0410-b221-f235e6eecf30 --- inc/wpcom.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/wpcom.php b/inc/wpcom.php index 0080052b..d90dbb64 100644 --- a/inc/wpcom.php +++ b/inc/wpcom.php @@ -6,9 +6,12 @@ * @since _s 1.0 */ +global $themecolors; + /** * Set a default theme color array for WP.com. * + * @global array $themecolors * @since _s 1.0 */ $themecolors = array( From 42fb1237cda5b3c2ac8ab179f6cf618e55fcf5d5 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 21 Feb 2012 06:28:24 +0000 Subject: [PATCH 4/6] _s: refix footer URL and extra spaces, originally fixed in r8766 but reverted in r8831 git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8981 d957f892-c61d-0410-b221-f235e6eecf30 --- footer.php | 2 +- image.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/footer.php b/footer.php index c8f8f86a..99103b4e 100644 --- a/footer.php +++ b/footer.php @@ -14,7 +14,7 @@