mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-28 19:02:57 +08:00
3.1.4
This commit is contained in:
parent
cf9998ad1b
commit
3896aa0cc0
15 changed files with 60 additions and 34 deletions
|
@ -62,7 +62,7 @@ class Kirki_Control {
|
|||
*
|
||||
* @return string the name of the class that will be used to create this control.
|
||||
*/
|
||||
final private function get_control_class_name( $args ) {
|
||||
private function get_control_class_name( $args ) {
|
||||
|
||||
// Set a default class name.
|
||||
$class_name = 'WP_Customize_Control';
|
||||
|
@ -98,7 +98,7 @@ class Kirki_Control {
|
|||
*
|
||||
* @access private
|
||||
*/
|
||||
final private function set_control_types() {
|
||||
private function set_control_types() {
|
||||
|
||||
// Early exit if this has already run.
|
||||
if ( ! empty( self::$control_types ) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue