[wp-trac] Re: [WordPress Trac] #5261: Array issues in plugins.php
WordPress Trac
wp-trac at lists.automattic.com
Thu Nov 1 14:23:55 GMT 2007
#5261: Array issues in plugins.php
--------------------------+-------------------------------------------------
Reporter: aroundmyroom | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.3.2
Component: General | Version: 2.3
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+-------------------------------------------------
Comment (by aroundmyroom):
Darkdragon:
I used your patch and for 2.3.1RC1 it was working indeed, the forum fix I
only used in 2.2.2
now just copied all 2.3.1 sources over the 2.1.3RC1 location & using same
config: re-applied the patch onto the new plugin.php
But now the ARRAY is again appearing in the Pages (see
http://www.aroundmyroom.com/test -> right side column
and in the admin menu you can see it clearly selecting ie. categories, for
a new category everywhere we see 'ARRAY'
like: Presentation
Current Theme
Array Array by Array
Array
All of this theme’s files are located in Array.
or when selecting users: Authors & Users you do not see anything ..
at the profile
Yahoo IM:
ARRAY
Jabber / Google Talk:
ARRAY
So the patched worked for 2.1.3RC1 but for 2.1.3 a no go
in my plugin.php it is around line 104
$r = isset($GLOBALS['wp_filter'][$tag][$priority][$function_to_remove]);
$GLOBALS['wp_filter'][$tag][$priority][$function_to_remove] =
array();
unset($GLOBALS['wp_filter'][$tag][$priority][$function_to_remove]);
unset($GLOBALS['merged_filters'][$tag]);
}
this is not working in 2.3.1 but did in 2.3.1RC1
--
Ticket URL: <http://trac.wordpress.org/ticket/5261#comment:8>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list