Opened 17 years ago
Closed 17 years ago
#9133 closed defect (bug) (fixed)
rss_update_period filter missing in feed-rdf.php
| Reported by: | jidanni | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Feeds | Version: | 2.7 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
Description
The former lacks the rss_update_period filter of the latter two:
wp-includes/feed-rdf.php:28:<sy:updatePeriod>hourly</sy:updatePeriod> wp-includes/feed-rss2.php:31:<sy:updatePeriod><?php echo apply_filters( 'rss_update_period', 'hourly' ); ?></sy:updatePeriod> wp-includes/feed-rss2-comments.php:32:<sy:updatePeriod><?php echo apply_filters( 'rss_update_period', 'hourly' ); ?></sy:updatePeriod>
Attachments (1)
Change History (5)
#3
@
17 years ago
- Keywords has-patch added
Supplied a patch, exection looks to work (test url: http://example.com/wordpress/feed/rdf/ ).
please review or just commit. small change only.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
patch adds the filter for rss_update_period in feed-rdf.php