Title: [259371] trunk/Websites/webkit.org
Revision
259371
Author
j...@apple.com
Date
2020-04-01 16:47:37 -0700 (Wed, 01 Apr 2020)

Log Message

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:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (259370 => 259371)


--- trunk/Websites/webkit.org/ChangeLog	2020-04-01 23:15:16 UTC (rev 259370)
+++ trunk/Websites/webkit.org/ChangeLog	2020-04-01 23:47:37 UTC (rev 259371)
@@ -1,3 +1,12 @@
+2020-04-01  Jon Davis  <j...@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.fra...@apple.com>
 
         http://webkit.org/css-status/ hangs

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/nightly-start.php (259370 => 259371)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/nightly-start.php	2020-04-01 23:15:16 UTC (rev 259370)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/nightly-start.php	2020-04-01 23:47:37 UTC (rev 259371)
@@ -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="" 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(); ?>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to