diff --git a/README.md b/README.md index e4f8678..b0be46e 100755 --- a/README.md +++ b/README.md @@ -418,7 +418,7 @@ WordPress Filters and Actions allow you to modify the theme without actually mod - `independent_publisher_content_nav()` - Display navigation to next/previous pages when applicable - `independent_publisher_comment()` - Template for comments and pingbacks. -- `independent_publisher_pings()` - Creates a custom query for pingbacks/trackbacks (i.e., 'pings') and displays them. Using this custom query instead of `wp_list_comments()` allows us to always show all pings, even when we're showing paginated comments. +- `independent_publisher_mentions()` - Creates a custom query for webmentions, pings, and trackbacks and displays them. Using this custom query instead of `wp_list_comments()` allows us to always show all mentions, even when we're showing paginated comments. - `independent_publisher_posted_author()` - Prints HTML with meta information for the current author. - `independent_publisher_posted_author_cats()` - Prints HTML with meta information for the current author and post categories. Only prints author name when Multi-Author Mode is enabled. - `independent_publisher_posted_on_date()` - Prints HTML with meta information for the current post-date/time. diff --git a/inc/template-tags.php b/inc/template-tags.php index 71fc429..d532c09 100755 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -137,6 +137,9 @@ function independent_publisher_comment( $comment, $args, $depth ) { * even when we're showing paginated comments. * * @since Independent Publisher 1.0 + * + * @deprecated 1.7 No longer used in code; replaced by independent_publisher_mentions() + * @see independent_publisher_mentions() */ function independent_publisher_pings() { $args = array(