Fix typo in rss.js feed templates. props Latz. fixes #26258.
Built from https://develop.svn.wordpress.org/trunk@26404 git-svn-id: http://core.svn.wordpress.org/trunk@26304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
77882e1c20
commit
196f1b4647
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue