mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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 ) : ?>
|
||||
|
||||
Reference in New Issue
Block a user