diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-01-06 14:32:30 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-01-06 14:32:30 -0500 |
commit | 10ef81bf85ad0a4bad0d204838e14c99ca2526f7 (patch) | |
tree | b4bb36a326d41de12d1a6181d2a2baf34696ac24 /plugins/jetpack/modules/sitemaps/sitemap-builder.php | |
parent | Updating script for Update (diff) | |
download | blogs-gentoo-10ef81bf85ad0a4bad0d204838e14c99ca2526f7.tar.gz blogs-gentoo-10ef81bf85ad0a4bad0d204838e14c99ca2526f7.tar.bz2 blogs-gentoo-10ef81bf85ad0a4bad0d204838e14c99ca2526f7.zip |
Update jetpack 8.0
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/jetpack/modules/sitemaps/sitemap-builder.php')
-rw-r--r-- | plugins/jetpack/modules/sitemaps/sitemap-builder.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/jetpack/modules/sitemaps/sitemap-builder.php b/plugins/jetpack/modules/sitemaps/sitemap-builder.php index e04f58d5..d6077c0f 100644 --- a/plugins/jetpack/modules/sitemaps/sitemap-builder.php +++ b/plugins/jetpack/modules/sitemaps/sitemap-builder.php @@ -998,7 +998,7 @@ class Jetpack_Sitemap_Builder { /** * Construct the sitemap index url entry for a sitemap row. * - * @link http://www.sitemaps.org/protocol.html#sitemapIndex_sitemap + * @link https://www.sitemaps.org/protocol.html#sitemapIndex_sitemap * * @access private * @since 4.8.0 @@ -1104,7 +1104,7 @@ class Jetpack_Sitemap_Builder { /** * Construct the sitemap url entry for a WP_Post. * - * @link http://www.sitemaps.org/protocol.html#urldef + * @link https://www.sitemaps.org/protocol.html#urldef * @access private * @since 4.8.0 * @@ -1182,7 +1182,7 @@ class Jetpack_Sitemap_Builder { /** * Construct the image sitemap url entry for a WP_Post of image type. * - * @link http://www.sitemaps.org/protocol.html#urldef + * @link https://www.sitemaps.org/protocol.html#urldef * * @access private * @since 4.8.0 @@ -1267,7 +1267,7 @@ class Jetpack_Sitemap_Builder { /** * Construct the video sitemap url entry for a WP_Post of video type. * - * @link http://www.sitemaps.org/protocol.html#urldef + * @link https://www.sitemaps.org/protocol.html#urldef * @link https://developers.google.com/webmasters/videosearch/sitemaps * * @access private @@ -1377,7 +1377,7 @@ class Jetpack_Sitemap_Builder { /** * Construct the news sitemap url entry for a WP_Post. * - * @link http://www.sitemaps.org/protocol.html#urldef + * @link https://www.sitemaps.org/protocol.html#urldef * * @access private * @since 4.8.0 @@ -1417,7 +1417,7 @@ class Jetpack_Sitemap_Builder { /* * Trim the locale to an ISO 639 language code as required by Google. * Special cases are zh-cn (Simplified Chinese) and zh-tw (Traditional Chinese). - * @link http://www.loc.gov/standards/iso639-2/php/code_list.php + * @link https://www.loc.gov/standards/iso639-2/php/code_list.php */ $language = strtolower( get_locale() ); |