mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Theme Customizer: Remove unused 'template' argument from wp_customize_url. see #19910.
git-svn-id: https://develop.svn.wordpress.org/trunk@20520 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1600,6 +1600,6 @@ add_action( 'admin_enqueue_scripts', '_wp_customize_loader_localize' );
|
||||
*
|
||||
* @since 3.4.0
|
||||
*/
|
||||
function wp_customize_url( $stylesheet, $template ) {
|
||||
function wp_customize_url( $stylesheet ) {
|
||||
return esc_url( admin_url( 'admin.php' ) . '?customize=on&theme=' . $stylesheet );
|
||||
}
|
||||
Reference in New Issue
Block a user