Make WordPress Core


Ignore:
Timestamp:
11/26/2013 12:39:47 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in rss.js feed templates. props Latz. fixes #26258.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed-rssjs.php

    r26294 r26404  
    5555
    5656/*
    57  * Action triggerd prior to the JSON feed being created and sent to the client
     57 * Action triggered prior to the JSON feed being created and sent to the client
    5858 *
    5959 * @since 3.8.0
     
    103103
    104104/*
    105  * Action triggerd after the JSON feed has been created and sent to the client
     105 * Action triggered after the JSON feed has been created and sent to the client
    106106 *
    107107 * @since 3.8.0
Note: See TracChangeset for help on using the changeset viewer.