From f89db723eeeca9da04db72a9f72b87f8ab434a1b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 26 Nov 2013 12:39:47 +0000 Subject: [PATCH] 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 --- src/wp-includes/feed-rssjs-comments.php | 4 ++-- src/wp-includes/feed-rssjs.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/feed-rssjs-comments.php b/src/wp-includes/feed-rssjs-comments.php index a31f58dff2..c3fce86311 100644 --- a/src/wp-includes/feed-rssjs-comments.php +++ b/src/wp-includes/feed-rssjs-comments.php @@ -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 */ diff --git a/src/wp-includes/feed-rssjs.php b/src/wp-includes/feed-rssjs.php index 3081fa0152..21ef74f076 100644 --- a/src/wp-includes/feed-rssjs.php +++ b/src/wp-includes/feed-rssjs.php @@ -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 */