Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
fixed search&replace typo ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Oct 24, 2013
1 parent f37b664 commit bbd3b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Semantic-Linkbacks.php
Expand Up @@ -214,7 +214,7 @@ function linkback_fix($comment_ID) {

add_action( 'pingback_post', 'linkback_fix', 90, 1 );
add_action( 'trackback_post', 'linkback_fix', 90, 1 );
add_action( 'semantic_linkback_post', 'linkback_fix', 90, 1 );
add_action( 'webmention_post', 'linkback_fix', 90, 1 );



Expand Down

0 comments on commit bbd3b73

Please sign in to comment.