Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#4186 closed task (blessed) (fixed)

Port widgets to 2.3

Reported by: rob1n's profile rob1n Owned by:
Milestone: 2.2 Priority: low
Severity: minor Version:
Component: General Keywords:
Focuses: Cc:

Description

Really just applying the patch, but I would like to have a ticket to reference.

Change History (4)

#1 @rob1n
18 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5297]) Widgets for 2.3. fixes #4186

#2 @DD32
18 years ago

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

#3 @foolswisdom
18 years ago

What rev where you at DD32? (Please always include)

[5300] should resolve.

#4 @Nazgul
18 years ago

  • Milestone changed from 2.3 to 2.2
Note: See TracTickets for help on using tickets.