Changes between Initial Version and Version 1 of Ticket #17979
- Timestamp:
- 07/04/11 16:47:14 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17979 – Description
initial v1 10 10 Here are three files that contain the important pieces: 11 11 12 - <code>switch_theme()</code>in wp-includes/theme.php13 - <code>retrieve_widgets()</code>in wp-admin/widgets.php14 - <code>wp_get_sidebars_widgets()</code>in wp-includes/widgets.php12 - {{{switch_theme()}}} in wp-includes/theme.php 13 - {{{retrieve_widgets()}}} in wp-admin/widgets.php 14 - {{{wp_get_sidebars_widgets()}}} in wp-includes/widgets.php 15 15 16 16 Possibly related to #9695, #9770, #10092, #10300, #10440, #11160.