mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Fix JSHint errors introduced in [30014].
props adamsilverstein. see #29572. Built from https://develop.svn.wordpress.org/trunk@30024 git-svn-id: http://core.svn.wordpress.org/trunk@30024 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
220213a3f9
commit
ef00815a3a
@ -161,8 +161,9 @@
|
|||||||
*/
|
*/
|
||||||
renderContent: function( callback ) {
|
renderContent: function( callback ) {
|
||||||
var template,
|
var template,
|
||||||
selector = 'customize-control-' + this.params.type + '-content',
|
selector = 'customize-control-' + this.params.type + '-content';
|
||||||
callback = callback || function(){};
|
|
||||||
|
callback = callback || function(){};
|
||||||
if ( 0 !== $( '#tmpl-' + selector ).length ) {
|
if ( 0 !== $( '#tmpl-' + selector ).length ) {
|
||||||
template = wp.template( selector );
|
template = wp.template( selector );
|
||||||
if ( template && this.container ) {
|
if ( template && this.container ) {
|
||||||
|
2
wp-admin/js/customize-controls.min.js
vendored
2
wp-admin/js/customize-controls.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.1-alpha-30023';
|
$wp_version = '4.1-alpha-30024';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user