Changes between Initial Version and Version 3 of Ticket #16159
- Timestamp:
- 02/20/12 11:29:21 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16159
- Property Cc ramiy added
- Property Keywords has-patch dev-feedback added
- Property Severity changed from major to normal
- Property Milestone changed from Awaiting Review to Future Release
-
Ticket #16159 – Description
initial v3 13 13 __New arg Filters:__ 14 14 15 * '''R recentet Post widdet''' - new WP_Query( apply_filters( ''''widget_posts_args'''', array(...) );15 * '''Recent Post widget''' - {{{new WP_Query( apply_filters( ''''widget_posts_args'''', array(...) );}}} 16 16 17 * '''Recent et Comments widdet''' - get_comments( apply_filters( ''''widget_comments_args'''', array(...) );17 * '''Recent Comments widget''' - {{{get_comments( apply_filters( ''''widget_comments_args'''', array(...) );}}} 18 18 19 This way i can add new arg to recent et-posts widget and recentet-comments widget using simple filters (i dont like installing plugins, i prefer filters).19 This way i can add new arg to recent-posts widget and recent-comments widget using simple filters (i dont like installing plugins, i prefer filters).
