Removed the update nag from the old WebKit Nightly start page
https://bugs.webkit.org/show_bug.cgi?id=179214

Reviewed by Darin Adler.

* wp-content/themes/webkit/nightly-start.php:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@259371 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog
index 4228135..75f76ca 100644
--- a/Websites/webkit.org/ChangeLog
+++ b/Websites/webkit.org/ChangeLog
@@ -1,3 +1,12 @@
+2020-04-01  Jon Davis  <jond@apple.com>
+
+        Removed the update nag from the old WebKit Nightly start page
+        https://bugs.webkit.org/show_bug.cgi?id=179214
+
+        Reviewed by Darin Adler.
+
+        * wp-content/themes/webkit/nightly-start.php:
+
 2020-03-30  Simon Fraser  <simon.fraser@apple.com>
 
         http://webkit.org/css-status/ hangs
diff --git a/Websites/webkit.org/wp-content/themes/webkit/nightly-start.php b/Websites/webkit.org/wp-content/themes/webkit/nightly-start.php
index d441325..09c11d9 100644
--- a/Websites/webkit.org/wp-content/themes/webkit/nightly-start.php
+++ b/Websites/webkit.org/wp-content/themes/webkit/nightly-start.php
@@ -289,16 +289,6 @@
         </symbol>
     </defs>
 </svg>
-<?php if ( (int)$build < (int)$latest ):
-    $prompt_text = "Please be sure you are running the latest WebKit Nightly build before continuing to test.";
-    if (!empty($build))
-        $prompt_meta = get_post_meta(get_the_ID(), 'prompt', true);
-    if (!empty($prompt_meta)) $prompt_text = $prompt_meta;
-?>
-<div class="update-nag">
-    <p><a href="<?php echo esc_url($latest_nightly_build[2]); ?>"><?php echo esc_html($prompt_text); ?></a></p>
-</div>
-<?php endif; ?>
 
     <?php if (have_posts()) : while (have_posts()) : the_post(); ?>