Customizer: Increase default priority for a section to 160.

props celloexpressions.
fixes #29172.
Built from https://develop.svn.wordpress.org/trunk@29508


git-svn-id: http://core.svn.wordpress.org/trunk@29285 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-08-15 19:36:16 +00:00
parent 4d20246173
commit eb0dbc8cb5
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class WP_Customize_Section {
* @access public
* @var integer
*/
public $priority = 10;
public $priority = 160;
/**
* Panel in which to show the section, making it a sub-section.