Clarify "singularly identifiable articles"
This commit is contained in:
parent
efd37d13a6
commit
120875117c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ function _s_body_classes( $classes ) {
|
||||||
add_filter( 'body_class', '_s_body_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() {
|
function _s_pingback_header() {
|
||||||
if ( is_singular() && pings_open() ) {
|
if ( is_singular() && pings_open() ) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue