| 4 | | I'd say introducing this ability directly in this function with a new argument sounds good - if we can do it without affecting other areas where it is used. |
| | 3 | ~~It would broaden the scope of this ticket, but would make sense if {{{ wp_widget_rss_output() }}} itself was able to avoid duplicates.~~ |
| | 4 | |
| | 5 | ~~I'd say introducing this ability directly in this function with a new argument sounds good - if we can do it without affecting other areas where it is used.~~ |
| | 6 | |
| | 7 | I just realised `wp_widget_rss_output()` only takes one feed at a time (and is currently called once for each feed). |
| | 8 | So abstracting the main part to reduce duplicate code and creating a new function to display the result from multiple feeds without duplicates sounds good. |