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:
Sergey Biryukov 2013-11-26 12:39:47 +00:00
parent 2dc121f134
commit f89db723ee
2 changed files with 4 additions and 4 deletions

View File

@ -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
*/

View File

@ -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
*/