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

Log Message

Add Markdown support for Web Inspector Reference articles
https://bugs.webkit.org/show_bug.cgi?id=206256

Reviewed by Devin Rousso.

* wp-content/plugins/web-inspector-pages.php:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (254539 => 254540)


--- trunk/Websites/webkit.org/ChangeLog	2020-01-14 23:11:14 UTC (rev 254539)
+++ trunk/Websites/webkit.org/ChangeLog	2020-01-14 23:35:46 UTC (rev 254540)
@@ -1,5 +1,14 @@
 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
+
+        Reviewed by Devin Rousso.
+
+        * wp-content/plugins/web-inspector-pages.php:
+
+2020-01-14  Jon Davis  <j...@apple.com>
+
         Fix blog post article title justification
         https://bugs.webkit.org/show_bug.cgi?id=206245
 

Modified: trunk/Websites/webkit.org/wp-content/plugins/web-inspector-pages.php (254539 => 254540)


--- trunk/Websites/webkit.org/wp-content/plugins/web-inspector-pages.php	2020-01-14 23:11:14 UTC (rev 254539)
+++ trunk/Websites/webkit.org/wp-content/plugins/web-inspector-pages.php	2020-01-14 23:35:46 UTC (rev 254540)
@@ -162,4 +162,6 @@
         'show_in_nav_menus'          => true,
         'show_tagcloud'              => true
     ));
+
+    add_post_type_support('web_inspector_page', 'wpcom-markdown');
 });
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to