From 7d5eceef46ecffa1293f8b3f8ee7340fa3844202 Mon Sep 17 00:00:00 2001 From: Edward Caissie Date: Sun, 7 Jun 2015 13:50:10 -0400 Subject: [PATCH] - i18n correction --- functions.php | 2 +- readme.txt | 2 +- style.css | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions.php b/functions.php index 2202ef9..2b86b62 100644 --- a/functions.php +++ b/functions.php @@ -721,7 +721,7 @@ function shades_get_the_author_posts_link( $echo = false ) { $link = sprintf( '', esc_url( get_author_posts_url( $authordata->ID, $authordata->user_nicename ) ), - esc_attr( sprintf( __( 'Posts by %s' ), get_the_author() ) ), + esc_attr( sprintf( __( 'Posts by %s', 'shades' ), get_the_author() ) ), get_the_author() ); diff --git a/readme.txt b/readme.txt index 8b50c3c..148864f 100644 --- a/readme.txt +++ b/readme.txt @@ -28,7 +28,7 @@ If you are using the default permalink structure; or if you do not have the 'Jet === Changelog === * Changelog as of June 7, 2015 -== 2.4 == +== 2.4.1 == = Code = * Added "theme_support" for the `title` tag * Added `shades_loop` function for DRY reasons diff --git a/style.css b/style.css index 102610a..38cc2d9 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ Theme Name: Shades Theme URI: http://buynowshop.com/themes/shades/ Description: A simple clean theme framework to work from, designed ideally for light colored backgrounds and easily adapted to darker layouts. Shades has threaded comments, sticky post support, custom background and menus as well as built-in support for the quotes, asides, and status post-formats. Enjoy! Have you found its Easter egg? -Version: 2.4 +Version: 2.4.1 Author: Edward Caissie Author URI: http://edwardcaissie.com/ Tags: black, white, silver, red, light, two-columns, right-sidebar, fixed-layout, sticky-post, threaded-comments, translation-ready, custom-menu, custom-background @@ -41,8 +41,8 @@ License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * Changed from YUI Reset to normalize.css * Minor tweaks to theme styles to adjust for normalize.css * - * @version 2.4 - * @date May 31, 2015 + * @version 2.4.1 + * @date June 7, 2015 */ /**