22 lines
940 B
PHP
22 lines
940 B
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( 'Document Head Settings', 'genesis' ); ?></h3>
|
|
<p>
|
|
<?php esc_html_e( 'The Relationship Link Tags are tags added by WordPress that currently have no SEO value but slow your site load down. They\'re disabled by default, but if you have a specific need—for a plugin or other non typical use—then you can enable as needed here.', 'genesis' ); ?>
|
|
</p>
|
|
<p>
|
|
<?php esc_html_e( 'You can also add support for Windows Live Writer if you use software that supports this and include a shortlink tag if this is required by any third party service.', 'genesis' ); ?>
|
|
</p>
|