Fix typo in rss.js feed templates. props Latz. fixes #26258.
git-svn-id: https://develop.svn.wordpress.org/trunk@26404 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2dc121f134
commit
f89db723ee
@ -60,7 +60,7 @@ if ( preg_match( '/\W/', $callback ) ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Action triggerd prior to the JSON feed being created and sent to the client
|
* Action triggered prior to the JSON feed being created and sent to the client
|
||||||
*
|
*
|
||||||
* @since 3.8.0
|
* @since 3.8.0
|
||||||
*/
|
*/
|
||||||
@ -120,7 +120,7 @@ if ( ! empty( $callback ) ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Action triggerd after the JSON feed has been created and sent to the client
|
* Action triggered after the JSON feed has been created and sent to the client
|
||||||
*
|
*
|
||||||
* @since 3.8.0
|
* @since 3.8.0
|
||||||
*/
|
*/
|
||||||
|
@ -54,7 +54,7 @@ if ( preg_match( '/\W/', $callback ) ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Action triggerd prior to the JSON feed being created and sent to the client
|
* Action triggered prior to the JSON feed being created and sent to the client
|
||||||
*
|
*
|
||||||
* @since 3.8.0
|
* @since 3.8.0
|
||||||
*/
|
*/
|
||||||
@ -102,7 +102,7 @@ if ( ! empty( $callback ) ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Action triggerd after the JSON feed has been created and sent to the client
|
* Action triggered after the JSON feed has been created and sent to the client
|
||||||
*
|
*
|
||||||
* @since 3.8.0
|
* @since 3.8.0
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user