Fix quick edit error message styling, props solarissmoke, fixes #16912, fixes #14317

Fix top margin in bulk edit posts

git-svn-id: https://develop.svn.wordpress.org/trunk@18158 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-06-06 01:14:26 +00:00
parent ebbcce1b80
commit 76f9fca002
5 changed files with 11 additions and 6 deletions

View File

@@ -1005,6 +1005,7 @@ class WP_Posts_List_Table extends WP_List_Table {
} ?>
<input type="hidden" name="post_view" value="<?php echo esc_attr( $m ); ?>" />
<input type="hidden" name="screen" value="<?php echo esc_attr( $screen->id ); ?>" />
<span class="error" style="display:none"></span>
<br class="clear" />
</p>
</td></tr>