<!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>[46676] trunk/src/wp-content/themes: Bundled Themes: Standardize the Required PHP and Tested Up To headers.</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 { white-space: pre-line; 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="https://core.trac.wordpress.org/changeset/46676">46676</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/46676","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>desrosj</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2019-11-07 15:17:02 +0000 (Thu, 07 Nov 2019)</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'>Bundled Themes: Standardize the Required PHP and Tested Up To headers.

This change makes several changes to ensure consistency and accuracy for default theme headers:

- Removes `WordPress` from `Requires at least` headers.
- Ensures the `Requires at least` and `Requires PHP` headers are present in every default theme's `style.css` file.
- Ensures `Tested up to` is present in every `readme.txt` file.
- Removes any headers not processed in both the `style.css` and `readme.txt` files for each theme.

Props Otto42, afragen.
Fixes <a href="https://core.trac.wordpress.org/ticket/48517">#48517</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpcontentthemestwentyelevenreadmetxt">trunk/src/wp-content/themes/twentyeleven/readme.txt</a></li>
<li><a href="#trunksrcwpcontentthemestwentyelevenstylecss">trunk/src/wp-content/themes/twentyeleven/style.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfifteenreadmetxt">trunk/src/wp-content/themes/twentyfifteen/readme.txt</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfifteenstylecss">trunk/src/wp-content/themes/twentyfifteen/style.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteenreadmetxt">trunk/src/wp-content/themes/twentyfourteen/readme.txt</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteenstylecss">trunk/src/wp-content/themes/twentyfourteen/style.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentynineteenreadmetxt">trunk/src/wp-content/themes/twentynineteen/readme.txt</a></li>
<li><a href="#trunksrcwpcontentthemestwentynineteenstylertlcss">trunk/src/wp-content/themes/twentynineteen/style-rtl.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentyseventeenREADMEtxt">trunk/src/wp-content/themes/twentyseventeen/README.txt</a></li>
<li><a href="#trunksrcwpcontentthemestwentyseventeenstylecss">trunk/src/wp-content/themes/twentyseventeen/style.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentysixteenreadmetxt">trunk/src/wp-content/themes/twentysixteen/readme.txt</a></li>
<li><a href="#trunksrcwpcontentthemestwentysixteenstylecss">trunk/src/wp-content/themes/twentysixteen/style.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentytenreadmetxt">trunk/src/wp-content/themes/twentyten/readme.txt</a></li>
<li><a href="#trunksrcwpcontentthemestwentytenstylecss">trunk/src/wp-content/themes/twentyten/style.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentythirteenreadmetxt">trunk/src/wp-content/themes/twentythirteen/readme.txt</a></li>
<li><a href="#trunksrcwpcontentthemestwentythirteenstylecss">trunk/src/wp-content/themes/twentythirteen/style.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwelvereadmetxt">trunk/src/wp-content/themes/twentytwelve/readme.txt</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwelvestylecss">trunk/src/wp-content/themes/twentytwelve/style.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentyreadmetxt">trunk/src/wp-content/themes/twentytwenty/readme.txt</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentystylertlcss">trunk/src/wp-content/themes/twentytwenty/style-rtl.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentystylecss">trunk/src/wp-content/themes/twentytwenty/style.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpcontentthemestwentyelevenreadmetxt"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentyeleven/readme.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentyeleven/readme.txt       2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentyeleven/readme.txt 2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,8 +1,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> === Twenty Eleven ===
</span><span class="cx" style="display: block; padding: 0 10px"> Contributors: wordpressdotorg
</span><span class="cx" style="display: block; padding: 0 10px"> Requires at least: WordPress 3.2
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Tested up to: WordPress 5.0
-Requires PHP: 5.2.4
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Tested up to: 5.0
</ins><span class="cx" style="display: block; padding: 0 10px"> Stable tag: 3.3
</span><span class="cx" style="display: block; padding: 0 10px"> License: GPLv2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyelevenstylecss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentyeleven/style.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentyeleven/style.css        2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentyeleven/style.css  2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5,6 +5,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Author URI: https://wordpress.org/
</span><span class="cx" style="display: block; padding: 0 10px"> Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
</span><span class="cx" style="display: block; padding: 0 10px"> Version: 3.3
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Requires PHP: 5.2.4
</ins><span class="cx" style="display: block; padding: 0 10px"> License: GNU General Public License v2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span><span class="cx" style="display: block; padding: 0 10px"> Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfifteenreadmetxt"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentyfifteen/readme.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentyfifteen/readme.txt      2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentyfifteen/readme.txt        2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,8 +1,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> === Twenty Fifteen ===
</span><span class="cx" style="display: block; padding: 0 10px"> Contributors: wordpressdotorg
</span><span class="cx" style="display: block; padding: 0 10px"> Requires at least: WordPress 4.1
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Tested up to: WordPress 5.0
-Requires PHP: 5.2.4
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Tested up to: 5.0
</ins><span class="cx" style="display: block; padding: 0 10px"> Version: 2.5
</span><span class="cx" style="display: block; padding: 0 10px"> License: GPLv2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfifteenstylecss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentyfifteen/style.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentyfifteen/style.css       2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentyfifteen/style.css 2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5,6 +5,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Author URI: https://wordpress.org/
</span><span class="cx" style="display: block; padding: 0 10px"> Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
</span><span class="cx" style="display: block; padding: 0 10px"> Version: 2.5
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Requires PHP: 5.2.4
</ins><span class="cx" style="display: block; padding: 0 10px"> License: GNU General Public License v2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span><span class="cx" style="display: block; padding: 0 10px"> Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteenreadmetxt"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentyfourteen/readme.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentyfourteen/readme.txt     2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentyfourteen/readme.txt       2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,8 +1,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> === Twenty Fourteen ===
</span><span class="cx" style="display: block; padding: 0 10px"> Contributors: wordpressdotorg
</span><span class="cx" style="display: block; padding: 0 10px"> Requires at least: WordPress 3.6
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Tested up to: WordPress 5.0
-Requires PHP: 5.2.4
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Tested up to: 5.0
</ins><span class="cx" style="display: block; padding: 0 10px"> Stable tag: 2.7
</span><span class="cx" style="display: block; padding: 0 10px"> License: GPLv2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteenstylecss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentyfourteen/style.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentyfourteen/style.css      2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentyfourteen/style.css        2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5,6 +5,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Author URI: https://wordpress.org/
</span><span class="cx" style="display: block; padding: 0 10px"> Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
</span><span class="cx" style="display: block; padding: 0 10px"> Version: 2.7
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Requires PHP: 5.2.4
</ins><span class="cx" style="display: block; padding: 0 10px"> License: GNU General Public License v2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span><span class="cx" style="display: block; padding: 0 10px"> Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentynineteenreadmetxt"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentynineteen/readme.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentynineteen/readme.txt     2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentynineteen/readme.txt       2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2,8 +2,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Contributors: wordpressdotorg
</span><span class="cx" style="display: block; padding: 0 10px"> Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
</span><span class="cx" style="display: block; padding: 0 10px"> Requires at least: 4.9.6
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Tested up to: WordPress 5.0
-Requires PHP: 5.2.4
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Tested up to: 5.0
</ins><span class="cx" style="display: block; padding: 0 10px"> Stable tag: 1.4
</span><span class="cx" style="display: block; padding: 0 10px"> License: GPLv2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentynineteenstylertlcss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentynineteen/style-rtl.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentynineteen/style-rtl.css  2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentynineteen/style-rtl.css    2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5,7 +5,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Author: the WordPress team
</span><span class="cx" style="display: block; padding: 0 10px"> Author URI: https://wordpress.org/
</span><span class="cx" style="display: block; padding: 0 10px"> Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Requires at least: WordPress 4.9.6
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Requires at least: 4.9.6
+Requires PHP: 5.2.4
</ins><span class="cx" style="display: block; padding: 0 10px"> Version: 1.4
</span><span class="cx" style="display: block; padding: 0 10px"> License: GNU General Public License v2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyseventeenREADMEtxt"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentyseventeen/README.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentyseventeen/README.txt    2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentyseventeen/README.txt      2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,8 +1,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> === Twenty Seventeen ===
</span><span class="cx" style="display: block; padding: 0 10px"> Contributors: wordpressdotorg
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Requires at least: WordPress 4.7
-Tested up to: WordPress 5.0
-Requires PHP: 5.2.4
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Tested up to: 5.0
</ins><span class="cx" style="display: block; padding: 0 10px"> Version: 2.2
</span><span class="cx" style="display: block; padding: 0 10px"> License: GPLv2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyseventeenstylecss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentyseventeen/style.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentyseventeen/style.css     2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentyseventeen/style.css       2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5,6 +5,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Author URI: https://wordpress.org/
</span><span class="cx" style="display: block; padding: 0 10px"> Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
</span><span class="cx" style="display: block; padding: 0 10px"> Version: 2.2
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Requires at least: 4.7
+Requires PHP: 5.2.4
</ins><span class="cx" style="display: block; padding: 0 10px"> License: GNU General Public License v2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span><span class="cx" style="display: block; padding: 0 10px"> Text Domain: twentyseventeen
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentysixteenreadmetxt"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentysixteen/readme.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentysixteen/readme.txt      2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentysixteen/readme.txt        2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,8 +1,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> === Twenty Sixteen ===
</span><span class="cx" style="display: block; padding: 0 10px"> Contributors: wordpressdotorg
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Requires at least: WordPress 4.4
-Tested up to: WordPress 5.0
-Requires PHP: 5.2.4
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Tested up to: 5.0
</ins><span class="cx" style="display: block; padding: 0 10px"> Version: 2.0
</span><span class="cx" style="display: block; padding: 0 10px"> License: GPLv2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentysixteenstylecss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentysixteen/style.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentysixteen/style.css       2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentysixteen/style.css 2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5,6 +5,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Author URI: https://wordpress.org/
</span><span class="cx" style="display: block; padding: 0 10px"> Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
</span><span class="cx" style="display: block; padding: 0 10px"> Version: 2.0
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Requires at least: 4.4
+Requires PHP: 5.2.4
</ins><span class="cx" style="display: block; padding: 0 10px"> License: GNU General Public License v2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span><span class="cx" style="display: block; padding: 0 10px"> Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentytenreadmetxt"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentyten/readme.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentyten/readme.txt  2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentyten/readme.txt    2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,8 +1,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> === Twenty Ten ===
</span><span class="cx" style="display: block; padding: 0 10px"> Contributors: wordpressdotorg
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Requires at least: WordPress 3.0
-Tested up to: WordPress 5.0
-Requires PHP: 5.2.4
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Tested up to: 5.0
</ins><span class="cx" style="display: block; padding: 0 10px"> Stable tag: 2.9
</span><span class="cx" style="display: block; padding: 0 10px"> License: GPLv2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentytenstylecss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentyten/style.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentyten/style.css   2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentyten/style.css     2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5,6 +5,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Author: the WordPress team
</span><span class="cx" style="display: block; padding: 0 10px"> Author URI: https://wordpress.org/
</span><span class="cx" style="display: block; padding: 0 10px"> Version: 2.9
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Requires at least: 3.0
+Requires PHP: 5.2.4
</ins><span class="cx" style="display: block; padding: 0 10px"> License: GNU General Public License v2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span><span class="cx" style="display: block; padding: 0 10px"> Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentythirteenreadmetxt"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentythirteen/readme.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentythirteen/readme.txt     2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentythirteen/readme.txt       2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,8 +1,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> === Twenty Thirteen ===
</span><span class="cx" style="display: block; padding: 0 10px"> Contributors: wordpressdotorg
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Requires at least: WordPress 3.6
-Tested up to: WordPress 5.0
-Requires PHP: 5.2.4
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Tested up to: 5.0
</ins><span class="cx" style="display: block; padding: 0 10px"> Stable tag: 2.9
</span><span class="cx" style="display: block; padding: 0 10px"> License: GPLv2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentythirteenstylecss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentythirteen/style.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentythirteen/style.css      2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentythirteen/style.css        2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5,6 +5,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Author URI: https://wordpress.org/
</span><span class="cx" style="display: block; padding: 0 10px"> Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
</span><span class="cx" style="display: block; padding: 0 10px"> Version: 2.9
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Requires at least: 3.6
+Requires PHP: 5.2.4
</ins><span class="cx" style="display: block; padding: 0 10px"> License: GNU General Public License v2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span><span class="cx" style="display: block; padding: 0 10px"> Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentytwelvereadmetxt"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentytwelve/readme.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwelve/readme.txt       2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentytwelve/readme.txt 2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,8 +1,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> === Twenty Twelve ===
</span><span class="cx" style="display: block; padding: 0 10px"> Contributors: wordpressdotorg
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Requires at least: WordPress 3.5
-Tested up to: WordPress 5.0
-Requires PHP: 5.2.4
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Tested up to: 5.0
</ins><span class="cx" style="display: block; padding: 0 10px"> Stable tag: 3.0
</span><span class="cx" style="display: block; padding: 0 10px"> License: GPLv2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentytwelvestylecss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentytwelve/style.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwelve/style.css        2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentytwelve/style.css  2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5,6 +5,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Author URI: https://wordpress.org/
</span><span class="cx" style="display: block; padding: 0 10px"> Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
</span><span class="cx" style="display: block; padding: 0 10px"> Version: 3.0
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Requires at least: 3.5
+Requires PHP: 5.2.4
</ins><span class="cx" style="display: block; padding: 0 10px"> License: GNU General Public License v2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span><span class="cx" style="display: block; padding: 0 10px"> Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentytwentyreadmetxt"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentytwenty/readme.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwenty/readme.txt       2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentytwenty/readme.txt 2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,8 +1,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> === Twenty Twenty ===
</span><span class="cx" style="display: block; padding: 0 10px"> Contributors: the WordPress team
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Requires at least: 4.7
-Tested up to: WordPress 5.3
-Requires PHP: 5.2.4
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Tested up to: 5.3
</ins><span class="cx" style="display: block; padding: 0 10px"> Stable tag: 1.0
</span><span class="cx" style="display: block; padding: 0 10px"> License: GPLv2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentytwentystylertlcss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentytwenty/style-rtl.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwenty/style-rtl.css    2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentytwenty/style-rtl.css      2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2,6 +2,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Theme Name: Twenty Twenty
</span><span class="cx" style="display: block; padding: 0 10px"> Text Domain: twentytwenty
</span><span class="cx" style="display: block; padding: 0 10px"> Version: 1.0
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Requires at least: 4.7
+Requires PHP: 5.2.4
</ins><span class="cx" style="display: block; padding: 0 10px"> Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
</span><span class="cx" style="display: block; padding: 0 10px"> Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
</span><span class="cx" style="display: block; padding: 0 10px"> Author: the WordPress team
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentytwentystylecss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentytwenty/style.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwenty/style.css        2019-11-07 07:10:38 UTC (rev 46675)
+++ trunk/src/wp-content/themes/twentytwenty/style.css  2019-11-07 15:17:02 UTC (rev 46676)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2,6 +2,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Theme Name: Twenty Twenty
</span><span class="cx" style="display: block; padding: 0 10px"> Text Domain: twentytwenty
</span><span class="cx" style="display: block; padding: 0 10px"> Version: 1.0
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Requires at least: 4.7
+Requires PHP: 5.2.4
</ins><span class="cx" style="display: block; padding: 0 10px"> Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
</span><span class="cx" style="display: block; padding: 0 10px"> Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
</span><span class="cx" style="display: block; padding: 0 10px"> Author: the WordPress team
</span></span></pre>
</div>
</div>

</body>
</html>