Changes between Initial Version and Version 1 of Ticket #22022, comment 1
- Timestamp:
- 01/05/13 06:57:23 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22022, comment 1
initial v1 4 4 5 5 Patch : All this does is swap the filter and function lines. The only way this would break existing code is if someone was relying on the internal behavior of get_admin_page_parent() to override the value they set in their filter function - which is not very likely. 6 6 7 ===================== 8 9 {{{ 7 10 8 11 --- wp-admin/menu-header.php … … 21 24 * Display menu. 22 25 * 26 }}} 27 23 28 =====================
