[wp-trac] Re: [WordPress Trac] #4186: Port widgets to 2.3
WordPress Trac
wp-trac at lists.automattic.com
Tue Apr 24 05:40:12 GMT 2007
#4186: Port widgets to 2.3
---------------------+------------------------------------------------------
Reporter: rob1n | Owner: anonymous
Type: task | Status: closed
Priority: low | Milestone: 2.3
Component: General | Version:
Severity: minor | Resolution: fixed
Keywords: |
---------------------+------------------------------------------------------
Comment (by DD32):
Since i've not seen a reference to this issue yet anywhere..
This Changeset has broken trunk; Specifically widgets.php redefines most
of the functions.
{{{
232 function wp_get_sidebars_widgets() {
1151 function wp_get_sidebars_widgets() {
188 if ( !function_exists( 'is_active_widget' ) ) {
189 function is_active_widget( $callback ) {
1107 if ( !function_exists( 'is_active_widget' ) ) {
1108 function is_active_widget( $callback ) {
}}}
Just to name a few, It looks like the content of widgets.php is doubled
up, starting from line 920. http://trac.wordpress.org/browser/trunk/wp-
includes/widgets.php?rev=5297#L920
--
Ticket URL: <http://trac.wordpress.org/ticket/4186#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list