summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/sitemaps/sitemap-stylist.php')
-rw-r--r--plugins/jetpack/modules/sitemaps/sitemap-stylist.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/jetpack/modules/sitemaps/sitemap-stylist.php b/plugins/jetpack/modules/sitemaps/sitemap-stylist.php
index ce883d7f..117e9bf5 100644
--- a/plugins/jetpack/modules/sitemaps/sitemap-stylist.php
+++ b/plugins/jetpack/modules/sitemaps/sitemap-stylist.php
@@ -33,7 +33,7 @@ class Jetpack_Sitemap_Stylist {
*
* @access private
* @since 4.8.0
- * @link http://php.net/manual/en/function.vsprintf.php Format string documentation.
+ * @link https://php.net/manual/en/function.vsprintf.php Format string documentation.
*
* @param string $format A vsprintf-style format string to be sanitized.
* @param array $url_array The string substitution array to be passed to vsprintf.
@@ -74,7 +74,7 @@ class Jetpack_Sitemap_Stylist {
'jetpack'
),
array(
- 1 => 'http://jetpack.com/',
+ 1 => 'https://jetpack.com/',
2 => 'https://www.google.com/',
3 => 'https://www.bing.com/',
)
@@ -86,7 +86,7 @@ class Jetpack_Sitemap_Stylist {
'jetpack'
),
array(
- 1 => 'http://sitemaps.org',
+ 1 => 'https://sitemaps.org',
)
);
@@ -186,7 +186,7 @@ XSL;
'jetpack'
),
array(
- 1 => 'http://jetpack.com/',
+ 1 => 'https://jetpack.com/',
2 => 'https://www.google.com/',
3 => 'https://www.bing.com/',
)
@@ -206,7 +206,7 @@ XSL;
'jetpack'
),
array(
- 1 => 'http://sitemaps.org',
+ 1 => 'https://sitemaps.org',
)
);
@@ -314,7 +314,7 @@ XSL;
'jetpack'
),
array(
- 1 => 'http://jetpack.com/',
+ 1 => 'https://jetpack.com/',
2 => 'https://www.google.com/',
3 => 'https://www.bing.com/',
)
@@ -326,7 +326,7 @@ XSL;
'jetpack'
),
array(
- 1 => 'http://sitemaps.org',
+ 1 => 'https://sitemaps.org',
)
);
@@ -454,7 +454,7 @@ XSL;
'jetpack'
),
array(
- 1 => 'http://jetpack.com/',
+ 1 => 'https://jetpack.com/',
2 => 'https://www.google.com/',
3 => 'https://www.bing.com/',
)
@@ -466,7 +466,7 @@ XSL;
'jetpack'
),
array(
- 1 => 'http://sitemaps.org',
+ 1 => 'https://sitemaps.org',
)
);
@@ -547,7 +547,7 @@ $css
<xsl:value-of select='video:video/video:title'/>
</td>
<td>
- <xsl:value-of select='video:video/video:description'/>
+ <xsl:value-of select='video:video/video:description' disable-output-escaping='yes'/>
</td>
<td>
<xsl:value-of select='sitemap:lastmod'/>
@@ -594,7 +594,7 @@ XSL;
'jetpack'
),
array(
- 1 => 'http://jetpack.com/',
+ 1 => 'https://jetpack.com/',
2 => 'https://www.google.com/',
3 => 'https://www.bing.com/',
)
@@ -606,7 +606,7 @@ XSL;
'jetpack'
),
array(
- 1 => 'http://sitemaps.org',
+ 1 => 'https://sitemaps.org',
)
);
@@ -773,7 +773,7 @@ XSL;
border-bottom: none;
}
- img.thumbnail {
+ img {
max-height: 100px;
max-width: 100px;
}