List tables: Add a fallback for the primary column.

Without a primary column defined, nothing shows in the responsive view at all, which is bad.

props mordauk.
see #25408.

Built from https://develop.svn.wordpress.org/trunk@33104


git-svn-id: http://core.svn.wordpress.org/trunk@33075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2015-07-07 15:12:27 +00:00
parent ffb1de37ae
commit 81c2f541b0
2 changed files with 17 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta1-33103';
$wp_version = '4.3-beta1-33104';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.