Don't allow the 'Path' column on sites.php to be hidden. see #16322.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17337 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-01-20 22:09:01 +00:00
parent ee1a4eba16
commit cda05de396
1 changed files with 1 additions and 1 deletions

View File

@ -1729,7 +1729,7 @@ function screen_meta($screen) {
<h5><?php echo ( isset( $columns['_title'] ) ? $columns['_title'] : _x('Show on screen', 'Columns') ) ?></h5>
<div class="metabox-prefs">
<?php
$special = array('_title', 'cb', 'comment', 'media', 'name', 'title', 'username');
$special = array('_title', 'cb', 'comment', 'media', 'name', 'title', 'username', 'blogname');
foreach ( $columns as $column => $title ) {
// Can't hide these for they are special