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:
parent
4d20246173
commit
eb0dbc8cb5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue