<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[6744] sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main: Main: Don't let Jetpack look for featured images</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="http://meta.trac.wordpress.org/changeset/6744">6744</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"http://meta.trac.wordpress.org/changeset/6744","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>obenland</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2018-02-25 21:44:41 +0000 (Sun, 25 Feb 2018)</dd>
</dl>
<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Main: Don't let Jetpack look for featured images
Prevents an unnecessary db query in Jetpacks attempt to find a featured image for Open Graph.
See <a href="http://meta.trac.wordpress.org/ticket/3046">#3046</a>.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutdomainsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-domains.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutetiquettephp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-etiquette.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutfeaturesphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutgplphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-gpl.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageabouthistoryphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutlicensephp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-license.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutlogosphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutphilosophyphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-philosophy.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutprivacyphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutrequirementsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutroadmapphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutsecurityphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutstatsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutswagphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutdomainsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-domains.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-domains.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-domains.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'WordPress Domains', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:description'] = _esc_html__( 'WordPress domains and site names can be very flexible; however, top-level domains can’t use the word WordPress. Find out what is allowed and what constitutes a trademark violation, as well as policies on subdomain use. Review the list of official WordPress sites to know how to recognize and advise violators.', 'wporg' );
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutetiquettephp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-etiquette.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-etiquette.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-etiquette.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'Etiquette at WordPress', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:description'] = _esc_html__( 'We welcome the contributions of everyone who’s interested in joining the WordPress open source project, and every thriving, diverse community needs etiquette guidelines. Review our simple guidelines that focus on diversity, safety, and inclusion and foster a welcoming community for our contributors around the world.', 'wporg' );
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutfeaturesphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'WordPress Features', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> /* translators: WordPress market share: 29%; */
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutgplphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-gpl.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-gpl.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-gpl.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> get_header();
</span><span class="cx" style="display: block; padding: 0 10px"> the_post();
</span><span class="cx" style="display: block; padding: 0 10px"> ?>
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageabouthistoryphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'The History of WordPress', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> /* translators: WordPress market share: 29%; */
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutlicensephp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-license.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-license.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-license.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'The GNU Public License', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:description'] = _esc_html__( 'WordPress is an open source software project, and a fierce believer in the values of the open web. WordPress uses the GNU Public License, which provides a platform for technical expansion and encourages adaptation and innovation. Learn more about this license, and discover what can and cannot be done under it.', 'wporg' );
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutlogosphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> get_header();
</span><span class="cx" style="display: block; padding: 0 10px"> the_post();
</span><span class="cx" style="display: block; padding: 0 10px"> ?>
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutphilosophyphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-philosophy.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-philosophy.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-philosophy.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'WordPress’ Philosophy', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:description'] = _esc_html__( 'At the core of the WordPress philosophy is our commitment to the open web and to building software that works for everyone, from a new user to an advanced developer. Our philosophy pushes WordPress to remain flexible, adaptable, and easy-to-use. Learn about WordPress’s philosophy and how it shapes our community.', 'wporg' );
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutprivacyphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'WordPress Privacy Policy', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:description'] = _esc_html__( 'Like other major software platforms, WordPress gathers and collects statistics and analytical data. Privacy is key in this endeavor and WordPress never discloses any personally identifiable data. Review the WordPress Privacy Policy to learn how, as a participant in this community, you’re privacy is protected.', 'wporg' );
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutrequirementsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'Hosting Requirements for WordPress', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:description'] = _esc_html__( 'Running WordPress doesn’t require a lot, but your host will still need to meet a few minimum requirements. Learn about the website hosting requirements to run WordPress, including our recommendation to support PHP 7.2+ and HTTPS. Not sure how to ask your host for these details? Use the sample email we include.', 'wporg' );
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutroadmapphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'WordPress Development Roadmap', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:description'] = _esc_html__( 'The WordPress Roadmap lists major releases by date, includes details about the features of each release, and acknowledges the contributing community members. Learn about the status of upcoming releases, development cycles, issues, and milestones. Follow the progress of WordPress development week after week!', 'wporg' );
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutsecurityphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'WordPress is Secure', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> /* translators: WordPress market share: 29%; */
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutstatsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'Key WordPress Statistics', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:description'] = _esc_html__( 'WordPress is committed to transparency, and you can get a better sense of its constant worldwide growth through the statistics we share. Review key WordPress stats including usage breakdown by WordPress versions, PHP and MySQL versions being run, and locales of use, and see how WordPress expands its global reach.', 'wporg' );
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutswagphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'WordPress Swag', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:description'] = _esc_html__( 'Show your WordPress pride and run with the coolest swag! You’ll be surprised how widely recognized our logo is around the world, bringing people together through recognition and community. Choose your WordPress swag today (Wapuu t-shirt, anyone?) and your purchase will also support free swag at WordCamps and meetups.', 'wporg' );
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgmainpageaboutphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php 2018-02-25 17:38:16 UTC (rev 6743)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php 2018-02-25 21:44:41 UTC (rev 6744)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> return get_template_part( 'page' );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+// Prevent Jetpack from looking for a non-existent featured image.
+add_filter( 'jetpack_images_pre_get_images', function() {
+ return new \WP_Error();
+} );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> add_filter( 'jetpack_open_graph_tags', function( $tags ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:title'] = _esc_html__( 'Democratize Publishing', 'wporg' );
</span><span class="cx" style="display: block; padding: 0 10px"> $tags['og:description'] = _esc_html__( 'WordPress is software designed for everyone with emphasis on accessibility, performance, security, and usability.', 'wporg' );
</span></span></pre>
</div>
</div>
</body>
</html>