Title: [254542] trunk/Websites/webkit.org
Revision
254542
Author
j...@apple.com
Date
2020-01-14 15:50:58 -0800 (Tue, 14 Jan 2020)

Log Message

Display authors of a Web Inspector reference article
https://bugs.webkit.org/show_bug.cgi?id=206176

Reviewed by Devin Rousso.

* wp-content/themes/webkit/single-web_inspector_page.php:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (254541 => 254542)


--- trunk/Websites/webkit.org/ChangeLog	2020-01-14 23:45:52 UTC (rev 254541)
+++ trunk/Websites/webkit.org/ChangeLog	2020-01-14 23:50:58 UTC (rev 254542)
@@ -1,5 +1,14 @@
 2020-01-14  Jon Davis  <j...@apple.com>
 
+        Display authors of a Web Inspector reference article
+        https://bugs.webkit.org/show_bug.cgi?id=206176
+
+        Reviewed by Devin Rousso.
+
+        * wp-content/themes/webkit/single-web_inspector_page.php:
+
+2020-01-14  Jon Davis  <j...@apple.com>
+
         Add Markdown support for Web Inspector Reference articles
         https://bugs.webkit.org/show_bug.cgi?id=206256
 

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/single-web_inspector_page.php (254541 => 254542)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/single-web_inspector_page.php	2020-01-14 23:45:52 UTC (rev 254541)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/single-web_inspector_page.php	2020-01-14 23:50:58 UTC (rev 254542)
@@ -14,7 +14,7 @@
         </div>
 
         <div class="meta">
-            <p class="updated">Last updated <?php the_modified_date(); ?> by <?php the_modified_author(); ?></p>
+            <p class="updated">Written by <?php the_author() ?>. Last updated <?php the_modified_date(); ?> by <?php the_modified_author(); ?></p>
         </div>
     </article>
 <?php 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to