mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-19 06:23:22 +09:00
Update settings page heading for 4.3
This commit is contained in:
@@ -53,7 +53,7 @@ class Display_Featured_Image_Genesis_Settings {
|
||||
$this->displaysetting = $this->get_display_setting();
|
||||
|
||||
echo '<div class="wrap">';
|
||||
echo '<h2>' . esc_attr( $page_title ) . '</h2>';
|
||||
echo '<h1>' . esc_attr( $page_title ) . '</h1>';
|
||||
echo '<form action="options.php" method="post">';
|
||||
settings_fields( 'displayfeaturedimagegenesis' );
|
||||
do_settings_sections( 'displayfeaturedimagegenesis' );
|
||||
|
||||
Reference in New Issue
Block a user