Manage->Pages design update

git-svn-id: https://develop.svn.wordpress.org/trunk@6796 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-12 05:51:53 +00:00
parent 92fc095456
commit 8a83872300
5 changed files with 173 additions and 48 deletions
+1
View File
@@ -3,6 +3,7 @@
<thead>
<tr>
<?php $posts_columns = wp_manage_posts_columns(); ?>
<?php foreach($posts_columns as $column_display_name) { ?>
<th scope="col"><?php echo $column_display_name; ?></th>
<?php } ?>