Skip to content

Commit

Permalink
Applying fix for awesomemotive#1888 from awesomemotive#1898
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltorbert committed Sep 11, 2018
1 parent 4cb6691 commit ebdd73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioseop_class.php
Expand Up @@ -123,7 +123,7 @@ function __construct() {
__( '%blog_description% - Your blog description', 'all-in-one-seo-pack' ) . '</li><li>' .
__( '%post_title% - The original title of the post', 'all-in-one-seo-pack' ) . '</li><li>' .
__( '%category_title% - The (main) category of the post', 'all-in-one-seo-pack' ) . '</li><li>' .
__( '%%1$scategory% - Alias for %%2$scategory_title%', 'all-in-one-seo-pack' ) . '</li><li>' .
__( '%category% - Alias for %category_title%', 'all-in-one-seo-pack' ) . '</li><li>' .
__( "%post_author_login% - This post's author' login", 'all-in-one-seo-pack' ) . '</li><li>' .
__( "%post_author_nicename% - This post's author' nicename", 'all-in-one-seo-pack' ) . '</li><li>' .
__( "%post_author_firstname% - This post's author' first name (capitalized)", 'all-in-one-seo-pack' ) . '</li><li>' .
Expand Down

0 comments on commit ebdd73b

Please sign in to comment.