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

git-svn-id: https://develop.svn.wordpress.org/trunk@17337 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-01-20 22:09:01 +00:00
parent b789eb1ace
commit acd01861fb
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