Skip to content

Commit

Permalink
- i18n correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Cais committed Jun 7, 2015
1 parent 2774d1c commit 7d5ecee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -721,7 +721,7 @@ function shades_get_the_author_posts_link( $echo = false ) {
$link = sprintf(
'<a href="%1$s" title="%2$s" rel="author">%3$s</a>',
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()
);

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions style.css
Expand Up @@ -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
Expand Down Expand Up @@ -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
*/

/**
Expand Down

0 comments on commit 7d5ecee

Please sign in to comment.