28 lines
1.0 KiB
PHP
28 lines
1.0 KiB
PHP
<?php
|
|
/**
|
|
* Genesis Framework.
|
|
*
|
|
* WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
|
|
* Please do all modifications in the form of a child theme.
|
|
*
|
|
* @package StudioPress\Genesis
|
|
* @author StudioPress
|
|
* @license GPL-2.0+
|
|
* @link https://my.studiopress.com/themes/genesis/
|
|
*/
|
|
|
|
?>
|
|
<h3><?php esc_html_e( 'Information', 'genesis' ); ?></h3>
|
|
<p>
|
|
<?php esc_html_e( 'The information box allows you to see the current Genesis theme information and display if desired.', 'genesis' ); ?>
|
|
</p>
|
|
<p>
|
|
<?php esc_html_e( 'Normally, this should be unchecked. You can also set to enable automatic updates.', 'genesis' ); ?>
|
|
</p>
|
|
<p>
|
|
<?php esc_html_e( 'This does not mean the updates happen automatically without your permission; it will just notify you that an update is available. You must select it to perform the update.', 'genesis' ); ?>
|
|
</p>
|
|
<p>
|
|
<?php esc_html_e( 'If you provide an email address, your site will email you when the update can be performed.', 'genesis' ); ?>
|
|
</p>
|