Make WordPress Core


Ignore:
Timestamp:
04/10/2012 02:25:03 AM (13 years ago)
Author:
koopersmith
Message:

Replace all instances of thickbox theme preview with the theme customizer. fixes #20404.

  • Use theme customizer in theme install/update screens.
  • Separate the customize loader from the customizer. Use wp_customize_loader() to include the loader script and markup.
  • Deprecated: wp-admin/js/theme-preview.js is now no longer used by core.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r20417 r20419  
    21092109 *
    21102110 * If any of the settings need to be changed, this can be done with another js
    2111  * file similar to media-upload.js and theme-preview.js. That file should
     2111 * file similar to media-upload.js. That file should
    21122112 * require array('thickbox') to ensure it is loaded after.
    21132113 *
Note: See TracChangeset for help on using the changeset viewer.