Customizer: Increase default priority for a section to 160.

props celloexpressions.
fixes #29172.

git-svn-id: https://develop.svn.wordpress.org/trunk@29508 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-08-15 19:35:52 +00:00
parent c26ea8e3e5
commit 4ec10e82c2
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.