-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warnings during tests and prevent them from reoccurring (#1769)
- Loading branch information
Showing
7 changed files
with
44 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,4 @@ | ||
<!-- wp:core/table --> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Version</th> | ||
<th>Musician</th> | ||
<th>Date</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a href="https://wordpress.org/news/2003/05/wordpress-now-available/">.70</a></td> | ||
<td>No musician chosen.</td> | ||
<td>May 27, 2003</td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://wordpress.org/news/2004/01/wordpress-10/">1.0</a></td> | ||
<td>Miles Davis</td> | ||
<td>January 3, 2004</td> | ||
</tr> | ||
<tr> | ||
<td>Lots of versions skipped, see <a href="https://codex.wordpress.org/WordPress_Versions">the full list</a></td> | ||
<td>…</td> | ||
<td>…</td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://wordpress.org/news/2015/12/clifford/">4.4</a></td> | ||
<td>Clifford Brown</td> | ||
<td>December 8, 2015</td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://wordpress.org/news/2016/04/coleman/">4.5</a></td> | ||
<td>Coleman Hawkins</td> | ||
<td>April 12, 2016</td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://wordpress.org/news/2016/08/pepper/">4.6</a></td> | ||
<td>Pepper Adams</td> | ||
<td>August 16, 2016</td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://wordpress.org/news/2016/12/vaughan/">4.7</a></td> | ||
<td>Sarah Vaughan</td> | ||
<td>December 6, 2016</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<table><thead><tr><th>Version</th><th>Musician</th><th>Date</th></tr></thead><tbody><tr><td><a href="https://wordpress.org/news/2003/05/wordpress-now-available/">.70</a></td><td>No musician chosen.</td><td>May 27, 2003</td></tr><tr><td><a href="https://wordpress.org/news/2004/01/wordpress-10/">1.0</a></td><td>Miles Davis</td><td>January 3, 2004</td></tr><tr><td>Lots of versions skipped, see <a href="https://codex.wordpress.org/WordPress_Versions">the full list</a></td><td>…</td><td>…</td></tr><tr><td><a href="https://wordpress.org/news/2015/12/clifford/">4.4</a></td><td>Clifford Brown</td><td>December 8, 2015</td></tr><tr><td><a href="https://wordpress.org/news/2016/04/coleman/">4.5</a></td><td>Coleman Hawkins</td><td>April 12, 2016</td></tr><tr><td><a href="https://wordpress.org/news/2016/08/pepper/">4.6</a></td><td>Pepper Adams</td><td>August 16, 2016</td></tr><tr><td><a href="https://wordpress.org/news/2016/12/vaughan/">4.7</a></td><td>Sarah Vaughan</td><td>December 6, 2016</td></tr></tbody></table> | ||
<!-- /wp:core/table --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,4 +45,4 @@ | |
</tr> | ||
</tbody> | ||
</table> | ||
<!-- /wp:core/table --> | ||
<!-- /wp:core/table --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters