Clarify "singularly identifiable articles"

This commit is contained in:
Sergey Biryukov 2017-11-01 03:17:09 +01:00 committed by GitHub
parent efd37d13a6
commit 120875117c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() ) {