[wp-trac] [WordPress Trac] #14322: Easier configuration/modification of Recent Posts widget
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 16 13:33:02 UTC 2010
#14322: Easier configuration/modification of Recent Posts widget
-------------------------+--------------------------------------------------
Reporter: Zooney | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: Widgets | Version: 3.0
Severity: minor | Resolution: worksforme
Keywords: |
-------------------------+--------------------------------------------------
Comment(by scribu):
I should also mention that you need to register your new class:
{{{
function my_widget_registration() {
unregister_widget('WP_Widget_Recent_Posts');
register_widget('My_Recent_Posts_Widget');
}
add_action('widgets_init', 'my_widget_registration');
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14322#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list