Skip to content

Commit

Permalink
Temporarily remove table from demo content until #1795 is fixed (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored and mtias committed Jul 8, 2017
1 parent 6eaac91 commit 6d0643a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions post-content.js
Expand Up @@ -162,9 +162,10 @@ window._wpGutenbergPost = {
'<hr class="wp-block-separator" />',
'<!-- /wp:core/separator -->',

'<!-- wp:core/table -->',
'<table class="widefat wp-block-table"><thead><tr><th>Version</th><th>Musician</th><th>Date</th></tr></thead><tbody><tr><th><a href="https://wordpress.org/news/2015/12/clifford/">4.4</a></th><td>Clifford Brown</td><td>December 8, 2015</td></tr><tr class="alt"><th><a href="https://wordpress.org/news/2016/04/coleman/">4.5</a></th><td>Coleman Hawkins</td><td>April 12, 2016</td></tr><tr><th><a href="https://wordpress.org/news/2016/08/pepper/">4.6</a></th><td>Pepper Adams</td><td>August 16, 2016</td></tr><tr class="alt"><th><a href="https://wordpress.org/news/2016/12/vaughan/">4.7</a></th><td>Sarah Vaughan</td><td>December 6, 2016</td></tr></tbody></table>',
'<!-- /wp:core/table -->',
// Remove until #1795 is fixed.
// '<!-- wp:core/table -->',
// '<table class="widefat wp-block-table"><thead><tr><th>Version</th><th>Musician</th><th>Date</th></tr></thead><tbody><tr><th><a href="https://wordpress.org/news/2015/12/clifford/">4.4</a></th><td>Clifford Brown</td><td>December 8, 2015</td></tr><tr class="alt"><th><a href="https://wordpress.org/news/2016/04/coleman/">4.5</a></th><td>Coleman Hawkins</td><td>April 12, 2016</td></tr><tr><th><a href="https://wordpress.org/news/2016/08/pepper/">4.6</a></th><td>Pepper Adams</td><td>August 16, 2016</td></tr><tr class="alt"><th><a href="https://wordpress.org/news/2016/12/vaughan/">4.7</a></th><td>Sarah Vaughan</td><td>December 6, 2016</td></tr></tbody></table>',
// '<!-- /wp:core/table -->',

'<!-- wp:core/heading -->',
'<h2>All that you can embed!</h2>',
Expand Down

0 comments on commit 6d0643a

Please sign in to comment.