Skip to content

Commit

Permalink
Merge pull request #1229 from SergeyBiryukov/patch-2
Browse files Browse the repository at this point in the history
Clarify "singularly identifiable articles"
  • Loading branch information
crunnells committed Mar 2, 2018
2 parents da3e022 + 1208751 commit 648d11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/template-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function _s_body_classes( $classes ) {
add_filter( 'body_class', '_s_body_classes' );

/**
* Add a pingback url auto-discovery header for singularly identifiable articles.
* Add a pingback url auto-discovery header for single posts, pages, or attachments.
*/
function _s_pingback_header() {
if ( is_singular() && pings_open() ) {
Expand Down

0 comments on commit 648d11e

Please sign in to comment.