Make WordPress Core

Ticket #61014: 61014-pages.diff

File 61014-pages.diff, 967 bytes (added by siliconforks, 23 months ago)

This patch is intended to fix the issue for Pages (not Posts).

  • src/wp-admin/css/list-tables.css

     
    11311131        width: 75%;
    11321132}
    11331133
    1134 .inline-edit-row #post_parent,
     1134.inline-edit-row select[name="post_parent"],
    11351135.inline-edit-row select[name="page_template"] {
    11361136        max-width: 80%;
    11371137}
  • src/wp-admin/includes/class-wp-posts-list-table.php

     
    18371837
    18381838                                                        if ( $bulk ) {
    18391839                                                                $dropdown_args['show_option_no_change'] = __( '— No Change —' );
     1840
     1841                                                                // Make bulk edit "id" attribute different from the quick edit one.
     1842                                                                $dropdown_args['id'] = 'bulk_edit_post_parent';
    18401843                                                        }
    18411844
    18421845                                                        /**