Skip to content

Commit

Permalink
merged changes from @dshanske
Browse files Browse the repository at this point in the history
and fixed a few indents ;)
  • Loading branch information
pfefferle committed Jan 23, 2015
1 parent ccea1c7 commit 27b8771
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The IndieWeb community defines several types of feedback:
* Likes: <http://indiewebcamp.com/likes>
* Favorites: <http://indiewebcamp.com/favorite>
* RSVPs: <http://indiewebcamp.com/rsvp>
* Tagging: <http://indiewebcamp.com/tag>
* Classic "Mentions": <http://indiewebcamp.com/mentions>

### How to add RDFa or Schema.org support ###
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The IndieWeb community defines several types of feedback:
* Likes: <http://indiewebcamp.com/likes>
* Favorites: <http://indiewebcamp.com/favorite>
* RSVPs: <http://indiewebcamp.com/rsvp>
* Tagging: <http://indiewebcamp.com/tag>
* Classic "Mentions": <http://indiewebcamp.com/mentions>

= How to add RDFa or Schema.org support =
Expand Down
2 changes: 1 addition & 1 deletion semantic-linkbacks-microformats-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static function get_class_mapper() {
* tag
* @link http://indiewebcamp.com/tag
*/
$class_mapper["tag-of"] = "tag";
$class_mapper["tag-of"] = "tag";


return apply_filters("semantic_linkbacks_microformats_class_mapper", $class_mapper);
Expand Down
6 changes: 3 additions & 3 deletions semantic-linkbacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public static function get_comment_type_excerpts() {
'repost' => _x('%1$s reposted this %2$s on <a href="%3$s">%4$s</a>', 'semantic_linkbacks'),
'like' => _x('%1$s liked this %2$s on <a href="%3$s">%4$s</a>', 'semantic_linkbacks'),
'favorite' => _x('%1$s favorited this %2$s on <a href="%3$s">%4$s</a>', 'semantic_linkbacks'),
'tagged' => _x('%1$s tagged this %2$s on <a href="%3$s">%4$s</a>', 'semantic_linkbacks'),
'tagged' => _x('%1$s tagged this %2$s on <a href="%3$s">%4$s</a>', 'semantic_linkbacks'),
'rsvp:yes' => _x('%1$s is <strong>attending</strong>', 'semantic_linkbacks'),
'rsvp:no' => _x('%1$s is <strong>not attending</strong>', 'semantic_linkbacks'),
'rsvp:maybe' => _x('Maybe %1$s will be <strong>attending</strong>', 'semantic_linkbacks'),
Expand All @@ -185,7 +185,7 @@ public static function get_comment_type_strings() {
'repost' => _x('Repost', 'semantic_linkbacks'),
'like' => _x('Like', 'semantic_linkbacks'),
'favorite' => _x('Favorite', 'semantic_linkbacks'),
'tag' => _x('Tag', 'semantic_linkbacks'),
'tag' => _x('Tag', 'semantic_linkbacks'),
'rsvp:yes' => _x('RSVP', 'semantic_linkbacks'),
'rsvp:no' => _x('RSVP', 'semantic_linkbacks'),
'rsvp:invited' => _x('RSVP', 'semantic_linkbacks'),
Expand Down Expand Up @@ -360,7 +360,7 @@ public static function comment_class($classes, $class, $comment_id, $post_id) {
'repost' => 'h-as-repost',
'like' => 'h-as-like',
'favorite' => 'h-as-favorite',
'tag' => 'h-as-tag',
'tag' => 'h-as-tag',
'rsvp:yes' => 'h-as-rsvp',
'rsvp:no' => 'h-as-rsvp',
'rsvp:maybe' => 'h-as-rsvp',
Expand Down

0 comments on commit 27b8771

Please sign in to comment.