<?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-or-later * @link https://my.studiopress.com/themes/genesis/ */ ?> <h3><?php esc_html_e( 'Export', 'genesis' ); ?></h3> <p> <?php /* translators: %s: Abbreviation element for "JSON". */ printf( esc_html__( 'You can export your Genesis-related settings to back them up, or copy them to another site. Child themes and plugins may add their own checkboxes to the list. The settings are exported in %s format.', 'genesis' ), '<abbr title="' . esc_html__( 'JavaScript Object Notation', 'genesis' ) . '">' . esc_html__( 'JSON', 'genesis' ) . '</abbr>' ); ?> </p>