mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-18 22:13:20 +09:00
Change variable names for sanity
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
|
||||
class Display_Featured_Image_Genesis_Helper {
|
||||
|
||||
protected $setting;
|
||||
|
||||
protected $page = 'displayfeaturedimagegenesis';
|
||||
|
||||
/**
|
||||
* Generic function to add settings sections
|
||||
*
|
||||
@@ -71,7 +75,7 @@ class Display_Featured_Image_Genesis_Helper {
|
||||
(int) $args['min'],
|
||||
(int) $args['max'],
|
||||
esc_attr( $args['setting'] ),
|
||||
esc_attr( $this->displaysetting[ $args['setting'] ] ),
|
||||
esc_attr( $this->setting[ $args['setting'] ] ),
|
||||
esc_attr( $this->page )
|
||||
);
|
||||
$this->do_description( $args['setting'] );
|
||||
|
||||
Reference in New Issue
Block a user