<!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>[203256] trunk/Websites/webkit.org</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">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/203256">203256</a></dd>
<dt>Author</dt> <dd>jond@apple.com</dd>
<dt>Date</dt> <dd>2016-07-14 16:46:55 -0700 (Thu, 14 Jul 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Improved WebKit Nightly start page design.
https://bugs.webkit.org/show_bug.cgi?id=159780

Reviewed by Timothy Hatcher.

Added better 404 handling, improved presentation of the
start page and new Apache rewrites for the P1 bug list.

* .htaccess:
* wp-content/themes/webkit/functions.php:
* wp-content/themes/webkit/nightly-start.php:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkWebsiteswebkitorghtaccess">trunk/Websites/webkit.org/.htaccess</a></li>
<li><a href="#trunkWebsiteswebkitorgChangeLog">trunk/Websites/webkit.org/ChangeLog</a></li>
<li><a href="#trunkWebsiteswebkitorgwpcontentthemeswebkitfunctionsphp">trunk/Websites/webkit.org/wp-content/themes/webkit/functions.php</a></li>
<li><a href="#trunkWebsiteswebkitorgwpcontentthemeswebkitnightlystartphp">trunk/Websites/webkit.org/wp-content/themes/webkit/nightly-start.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkWebsiteswebkitorghtaccess"></a>
<div class="modfile"><h4>Modified: trunk/Websites/webkit.org/.htaccess (203255 => 203256)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Websites/webkit.org/.htaccess        2016-07-14 23:45:41 UTC (rev 203255)
+++ trunk/Websites/webkit.org/.htaccess        2016-07-14 23:46:55 UTC (rev 203256)
</span><span class="lines">@@ -98,6 +98,7 @@
</span><span class="cx"> Redirect 301 /recently-resolved https://bugs.webkit.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=RESOLVED&amp;bug_status=VERIFIED&amp;bug_status=CLOSED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=1d&amp;chfieldto=Now&amp;chfield=bug_status&amp;chfieldvalue=resolved&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=
</span><span class="cx"> Redirect 301 /new-bugs https://bugs.webkit.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=RESOLVED&amp;bug_status=VERIFIED&amp;bug_status=CLOSED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=1d&amp;chfieldto=Now&amp;chfield=%5BBug+creation%5D&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=
</span><span class="cx"> Redirect 301 /svg-bugs https://bugs.webkit.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;component=SVG&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=
</span><ins>+Redirect 301 /priority-bugs https://bugs.webkit.org/buglist.cgi?product=WebKit&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;priority=P1
</ins><span class="cx"> 
</span><span class="cx"> # Archived webkit.org
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkWebsiteswebkitorgChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Websites/webkit.org/ChangeLog (203255 => 203256)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Websites/webkit.org/ChangeLog        2016-07-14 23:45:41 UTC (rev 203255)
+++ trunk/Websites/webkit.org/ChangeLog        2016-07-14 23:46:55 UTC (rev 203256)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2016-07-14  Jon Davis  &lt;jond@apple.com&gt;
+
+        Improved WebKit Nightly start page design.
+        https://bugs.webkit.org/show_bug.cgi?id=159780
+
+        Reviewed by Timothy Hatcher.
+
+        Added better 404 handling, improved presentation of the 
+        start page and new Apache rewrites for the P1 bug list.
+
+        * .htaccess:
+        * wp-content/themes/webkit/functions.php:
+        * wp-content/themes/webkit/nightly-start.php:
+
</ins><span class="cx"> 2016-07-01  Jon Davis  &lt;jond@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Added a colorful new image and fixed the Open Graph attribute.
</span></span></pre></div>
<a id="trunkWebsiteswebkitorgwpcontentthemeswebkitfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/functions.php (203255 => 203256)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Websites/webkit.org/wp-content/themes/webkit/functions.php        2016-07-14 23:45:41 UTC (rev 203255)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/functions.php        2016-07-14 23:46:55 UTC (rev 203256)
</span><span class="lines">@@ -176,6 +176,11 @@
</span><span class="cx"> 
</span><span class="cx"> });
</span><span class="cx"> 
</span><ins>+function show_404_page() {
+    status_header(404);
+    return include( get_query_template( '404' ) );
+}
+
</ins><span class="cx"> include('widgets/post.php');
</span><span class="cx"> include('widgets/icon.php');
</span><span class="cx"> include('widgets/twitter.php');
</span></span></pre></div>
<a id="trunkWebsiteswebkitorgwpcontentthemeswebkitnightlystartphp"></a>
<div class="modfile"><h4>Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/nightly-start.php (203255 => 203256)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Websites/webkit.org/wp-content/themes/webkit/nightly-start.php        2016-07-14 23:45:41 UTC (rev 203255)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/nightly-start.php        2016-07-14 23:46:55 UTC (rev 203256)
</span><span class="lines">@@ -9,23 +9,18 @@
</span><span class="cx"> $branch = get_query_var('nightly_branch');
</span><span class="cx"> $build = intval(get_query_var('nightly_build'));
</span><span class="cx"> 
</span><del>-if ($build &lt; 11976 || empty($branch))
-    header('Location: /not-found');
</del><ins>+if ($build &lt; 11976 || $build &gt; $latest || empty($branch))
+    return show_404_page();
</ins><span class="cx"> 
</span><span class="cx"> get_header();
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> add_filter('the_content', function ($content) {
</span><span class="cx">     $branch = get_query_var('nightly_branch');
</span><span class="cx">     $build = intval(get_query_var('nightly_build'));
</span><span class="cx"> 
</span><span class="cx">     $content = sprintf($content, &quot;r$build&quot;, $branch);
</span><del>-    
-    if (empty($build))
-        $content = str_replace('Running build r0', '', $content);
-    
</del><ins>+
</ins><span class="cx">     return $content;
</span><del>-
</del><span class="cx"> });
</span><span class="cx"> ?&gt;
</span><span class="cx"> &lt;style&gt;
</span><span class="lines">@@ -33,6 +28,10 @@
</span><span class="cx">     background: #333333;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+header {
+    border-bottom-color: transparent;
+}
+
</ins><span class="cx"> #nightly {
</span><span class="cx">     margin: 6rem auto;
</span><span class="cx">     color: #ffffff;
</span><span class="lines">@@ -41,16 +40,15 @@
</span><span class="cx"> #nightly h1 {
</span><span class="cx">     text-align: center;
</span><span class="cx">     margin-bottom: 0;
</span><ins>+    margin-top: 0;
</ins><span class="cx">     color: #ffffff;
</span><span class="cx">     font-weight: 100;
</span><span class="cx">     font-size: 9rem;
</span><span class="cx">     line-height: 9rem;
</span><del>-    margin-top: 0;
</del><span class="cx"> }
</span><span class="cx"> 
</span><del>-#nightly h1 + blockquote {
-    color: #FEC84C;
-    text-align: center;
</del><ins>+#nightly h1 + p {
+    color: #FFD15E;
</ins><span class="cx">     font-size: 3rem;
</span><span class="cx">     line-height: 4.2rem;
</span><span class="cx">     font-weight: 200;
</span><span class="lines">@@ -57,30 +55,91 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #nightly img {
</span><del>-    width: 33%;
</del><ins>+    width: 15rem;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-#nightly .bodycopy &gt; p:nth-child(3) {
-    text-align: right;
</del><ins>+#nightly .bodycopy {
+    text-align: center;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-#nightly blockquote:first-child p {
-    color: #FFD15E;
</del><ins>+#nightly ul {
+    display: -webkit-flex;
+    display: flex;
+    -webkit-flex-wrap: wrap;
+    flex-wrap: wrap;
+    -webkit-justify-content: space-between;
+    justify-content: space-between;
+    box-sizing: border-box;
+    width: 100%;
+    margin-top: 3rem;
+    padding-left: 0;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-#nightly a {
-    color: #edd291;
</del><ins>+#nightly ul li {
+    display: inline-block;
+    margin: 0 0 15px;
+    position: relative;
+    vertical-align: top;
+    box-sizing: border-box;
+    min-height: 100px;
+    overflow: hidden;
+    width: -webkit-calc(33.33% - 10px);
+    width: -moz-calc(33.33% - 10px);
+    width: calc(33.33% - 10px);
+    border-radius: 0.3rem;
+    padding: 1rem;
+    transition: opacity 300ms linear, background-color 500ms ease; /* ease-out-exponential */
+    opacity: 0.5;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-#nightly a:hover {
-    color: #ffffff;
</del><ins>+#nightly ul li:hover {
+    background: rgba(255, 255, 255, 0.1);
+    opacity: 1;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-#nightly a.download {
-    color: #ffffff;
-    font-size: 3rem;
</del><ins>+#nightly ul li .icon {
+    width: 5rem;
+    margin: 1rem auto;
+    display: block;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><ins>+#nightly ul li a {
+    text-decoration: none;
+    display: block;
+    position: absolute;
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: 100%;
+    font-size: 0;
+    z-index: 1;
+}
+
+#nightly code {
+    background-color: rgba(242, 242, 242, 0.1);
+    border-color: rgba(230, 230, 230, 0.1);
+    color: #999999;
+}
+
+#nightly h5 {
+    text-align: center;
+    font-weight: normal;
+    font-size: 1.8rem;
+}
+
+#nightly ol {
+    margin-top: 0;
+    text-align: left;
+    color: #999999;
+    font-size: 1.8rem;
+    list-style: none;
+    padding-left: 0;
+}
+
+#icons-sprite {
+    display: none;
+}
+
</ins><span class="cx"> hr {
</span><span class="cx">     border-color: #777777;
</span><span class="cx"> }
</span><span class="lines">@@ -97,10 +156,18 @@
</span><span class="cx">     position: absolute;
</span><span class="cx">     transform: translate(-50vw);
</span><span class="cx">     padding: 1.5rem;
</span><del>-    padding-top: 14.5rem;
</del><ins>+    padding-top: 11.5rem;
</ins><span class="cx">     top: 0;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.admin-bar .update-nag {
+    padding-top: 14.5rem;
+}
+
+.update-nag a {
+    color: #333333;
+}
+
</ins><span class="cx"> .update-nag p {
</span><span class="cx">     text-align: center;
</span><span class="cx">     font-size: 2rem;
</span><span class="lines">@@ -110,10 +177,87 @@
</span><span class="cx">     margin-top: 9rem;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+@media only screen and (max-width: 690px) {
+    #nightly li {
+        width: -webkit-calc(100% - 1px);
+        width: -moz-calc(100% - 1px);
+        width: calc(100% - 1px);
+    }
+}
+
</ins><span class="cx"> &lt;/style&gt;
</span><del>-&lt;?php if ( (int)$build &lt; (int)$latest ): ?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
+&lt;!-- Copyright © 2015 Apple Inc. All rights reserved. --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;1.1&quot; id=&quot;icons-sprite&quot;&gt;
+    &lt;style&gt;
+        svg,symbol { color: white; }
+    &lt;/style&gt;    
+    &lt;defs&gt;
+        &lt;symbol id=&quot;cycle&quot;&gt;
+            &lt;path fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot; d=&quot;M11.2720779,11.2720779 C4.24264069,18.3015152 4.24264069,29.6984848 11.2720779,36.7279221 C16.0613936,41.5172377 22.878121,43.0434836 28.9596165,41.3066596 M36.7279221,36.7279221 C43.7573593,29.6984848 43.7573593,18.3015152 36.7279221,11.2720779 C31.9713395,6.51549533 25.2149636,4.97753141 19.1651795,6.65818618 M32.4852814,40.9705627 L40.9705627,40.9705627 L32.4852814,32.4852814 L32.4852814,40.9705627 L32.4852814,40.9705627 L32.4852814,40.9705627 L32.4852814,40.9705627 Z M15.5147186,7.02943725 L15.5147186,15.5147186 L7.02943725,7.02943725 L15.5147186,7.02943725 L15.5147186,7.02943725 L15.5147186,7.02943725 L15.5147186,7.02943725 Z&quot;/&gt;
+        &lt;/symbol&gt;
+        
+        &lt;symbol id=&quot;landing&quot;&gt;
+            &lt;path d=&quot;M25 39.6894531C29.4337391 39.6894531 33.0279948 38.7092016 33.0279948 37.5 33.0279948 36.2907984 29.4337391 35.3105469 25 35.3105469 20.5662609 35.3105469 16.9720052 36.2907984 16.9720052 37.5 16.9720052 38.7092016 20.5662609 39.6894531 25 39.6894531zM25 42.9736328C33.464411 42.9736328 40.3261719 40.5230039 40.3261719 37.5 40.3261719 34.4769961 33.464411 32.0263672 25 32.0263672 16.535589 32.0263672 9.67382812 34.4769961 9.67382812 37.5 9.67382812 40.5230039 16.535589 42.9736328 25 42.9736328zM24.7290081 3.50148293C24.7290081 3.50148293 18.3504449 8.20808946 18.3504449 14.6816869 18.3504449 17.593729 21.0244162 23.9842129 21.0244162 23.9842129L28.4224355 23.9954394C28.4224355 23.9954394 31.1061539 17.5948742 31.1061539 14.6816869 31.1061539 8.20808946 24.7290081 3.50148293 24.7290081 3.50148293zM25.0124629 23.0160712L25.0124629 16.784522 25.0124629 16.0055783 24.8074778 16.0055783 24.8074778 16.784522 24.8074778 23.0160712 24.8074778 23.7950148 2
 5.0124629 23.7950148 25.0124629 23.0160712M27 24L35.1994068 24 35.1994068 20.972726 31.0997034 17.0553266M22.4494068 24L14.25 24 14.25 20.972726 18.3497034 17.0553266&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot;/&gt;
+        &lt;/symbol&gt;
+
+        &lt;symbol id=&quot;patches&quot;&gt;
+            &lt;g fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot;&gt;
+                &lt;polyline points=&quot;20.842 6 14.526 7.499 14.526 19.494 12 23.992 14.526 28.49 14.526 40.485 20.842 41.984&quot; /&gt;
+                &lt;polyline points=&quot;28 6 34.316 7.499 34.316 19.494 36.842 23.992 34.316 28.49 34.316 40.485 28 41.984&quot; /&gt;
+            &lt;/g&gt;
+        &lt;/symbol&gt;
+        
+        &lt;symbol id=&quot;priority&quot;&gt;
+            &lt;path fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot; d=&quot;M24,4.13378906 L43.8662109,43.8662109 L4.13378906,43.8662109 L24,4.13378906 Z M23.7675781,37.1438117 L24.2675781,37.1438117 L24.2675781,37.6438117 L23.7675781,37.6438117 L23.7675781,37.1438117 Z M23.7675781,31.3879523 L24.2675781,31.3879523 L24.2675781,18.1438117 L23.7675781,18.1438117 L23.7675781,31.3879523 Z&quot;/&gt;
+        &lt;/symbol&gt;
+
+        &lt;symbol id=&quot;reduce&quot;&gt;
+            &lt;g fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot;&gt;
+                &lt;rect width=&quot;40.381&quot; height=&quot;15.531&quot; x=&quot;4&quot; y=&quot;4&quot;/&gt;
+                &lt;path d=&quot;M36,26 L36,31.3857422&quot; stroke-linecap=&quot;round&quot; stroke-dasharray=&quot;1 7&quot;/&gt;
+                &lt;path d=&quot;M12,19 L12,31.4248387&quot;/&gt;
+                &lt;rect width=&quot;15.531&quot; height=&quot;12.425&quot; x=&quot;29&quot; y=&quot;32&quot; stroke-linecap=&quot;round&quot; stroke-dasharray=&quot;1 6&quot;/&gt;
+                &lt;rect width=&quot;15.531&quot; height=&quot;12.425&quot; x=&quot;4&quot; y=&quot;32&quot;/&gt;
+            &lt;/g&gt;
+        &lt;/symbol&gt;
+        
+        &lt;symbol id=&quot;report&quot;&gt;
+            &lt;path d=&quot;M24.1320008 44.328125C32.1512251 44.328125 38.6520901 35.226914 38.6520901 24 38.6520901 12.773086 32.1512251 3.671875 24.1320008 3.671875 16.1127765 3.671875 9.61191153 12.773086 9.61191153 24 9.61191153 35.226914 16.1127765 44.328125 24.1320008 44.328125zM13.7861328 10.5L34.4768075 10.5 13.7861328 10.5zM24.25 11L24.25 44.328125M34.1640625 37.0680804L39.9720982 42.8761161M38.5200893 22.25L44.328125 22.25M9.47991071 22.25L3.671875 22.25M13.8359375 10.9319196L8.02790179 5.12388393M34.1640625 10.9319196L39.9720982 5.12388393M13.9720982 37.0680804L8.1640625 42.8761161&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot;/&gt;
+        &lt;/symbol&gt;
+        
+        
+        &lt;symbol id=&quot;review&quot;&gt;
+            &lt;path stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot; fill=&quot;none&quot; d=&quot;M23.9412979,30.8091391 C20.5466664,30.8091391 17.7939376,27.9866905 17.7939376,24.4982979 C17.7939376,21.0147136 20.5466664,18.1898609 23.9412979,18.1898609 C27.3383336,18.1898609 30.0910624,21.0147136 30.0910624,24.4982979 C30.0910624,27.9866905 27.3383336,30.8091391 23.9412979,30.8091391 M23.9412979,13.6821172 C14.2790996,13.6821172 7.25423179,24.4982979 7.25423179,24.4982979 C7.25423179,24.4982979 14.2790996,35.3168828 23.9412979,35.3168828 C33.6059004,35.3168828 40.6307682,24.4982979 40.6307682,24.4982979 C40.6307682,24.4982979 33.6059004,13.6821172 23.9412979,13.6821172&quot;/&gt;
+            &lt;path fill=&quot;currentColor&quot; d=&quot;M23.9412979,21.7960558 C22.4867993,21.7960558 21.3063715,23.0053332 21.3063715,24.5007021 C21.3063715,25.9936668 22.4867993,27.2053483 23.9412979,27.2053483 C25.3982007,27.2053483 26.5762244,25.9936668 26.5762244,24.5007021 C26.5762244,23.0053332 25.3982007,21.7960558 23.9412979,21.7960558&quot;/&gt;
+        &lt;/symbol&gt;
+        
+        &lt;symbol id=&quot;steps&quot;&gt;
+            &lt;g fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot;&gt;
+                &lt;path fill=&quot;currentColor&quot; d=&quot;M20 13L32 13M20 27L32 27M20 41L32 41M20 8L42 8M20 22L42 22M20 36L42 36&quot;/&gt;
+                &lt;circle cx=&quot;10.5&quot; cy=&quot;9.5&quot; r=&quot;4.5&quot;/&gt;
+                &lt;circle cx=&quot;10.5&quot; cy=&quot;24.5&quot; r=&quot;4.5&quot;/&gt;
+                &lt;circle cx=&quot;10.5&quot; cy=&quot;38.5&quot; r=&quot;4.5&quot;/&gt;
+            &lt;/g&gt;
+        &lt;/symbol&gt;
+        
+        &lt;symbol id=&quot;testcase&quot;&gt;
+            &lt;g fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot;&gt;
+                &lt;path fill=&quot;currentColor&quot; d=&quot;M20 13L32 13M20 27L32 27M20 41L32 41M20 8L42 8M20 22L42 22M20 36L42 36&quot;/&gt;
+                &lt;polyline points=&quot;6 11 9 14 15 7&quot; stroke-linecap=&quot;square&quot;/&gt;
+                &lt;polyline points=&quot;6 25 9 28 15 21&quot; stroke-linecap=&quot;square&quot;/&gt;
+                &lt;polyline points=&quot;6 39 9 42 15 35&quot; stroke-linecap=&quot;square&quot;/&gt;
+            &lt;/g&gt;
+        &lt;/symbol&gt;
+    &lt;/defs&gt;
+&lt;/svg&gt;
+&lt;?php if ( (int)$build &lt; (int)$latest ):
+    $prompt_text = &quot;A new nightly build is available. Please update before continuing.&quot;;
+    $prompt_meta = get_post_meta(get_the_ID(), 'prompt', true);
+    if (!empty($prompt_meta)) $prompt_text = $prompt_meta;
+?&gt;
</ins><span class="cx"> &lt;div class=&quot;update-nag&quot;&gt;
</span><del>-    &lt;p&gt;&lt;?php $prompt_meta = get_post_meta(get_the_ID(), 'prompt'); echo esc_html($prompt_meta[0]); ?&gt;&lt;/p&gt;
</del><ins>+    &lt;p&gt;&lt;a href=&quot;&lt;?php echo esc_url($latest_nightly_build[2]); ?&gt;&quot;&gt;&lt;?php echo esc_html($prompt_text); ?&gt;&lt;/a&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>