Bulk Edit improvements, includes patch by FFEMTcJ, fixes #8376

git-svn-id: https://develop.svn.wordpress.org/trunk@9973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-30 03:51:45 +00:00
parent 8c9ea5173c
commit 74a9694b10
4 changed files with 8 additions and 5 deletions

View File

@@ -949,7 +949,7 @@ function inline_edit_row( $type ) {
?>" style="display: none"><td colspan="<?php echo $col_count; ?>">
<fieldset class="inline-edit-col-left"><div class="inline-edit-col">
<h4><?php echo $bulk ? __( 'Bulk Edit' ) : __( 'Quick Edit' ); ?></h4>
<h4><?php echo $bulk ? ( $is_page ? __( 'Bulk Edit Pages' ) : __( 'Bulk Edit Posts' ) ) : __( 'Quick Edit' ); ?></h4>
<?php if ( $bulk ) : ?>