diff options
Diffstat (limited to 'wp-admin/includes/class-wp-screen.php')
-rw-r--r-- | wp-admin/includes/class-wp-screen.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/includes/class-wp-screen.php b/wp-admin/includes/class-wp-screen.php index 739a182..67bceef 100644 --- a/wp-admin/includes/class-wp-screen.php +++ b/wp-admin/includes/class-wp-screen.php @@ -1279,7 +1279,7 @@ final class WP_Screen { <?php if ( $per_page_label ) : ?> <label for="<?php echo esc_attr( $option ); ?>"><?php echo $per_page_label; ?></label> <input type="number" step="1" min="1" max="999" class="screen-per-page" name="wp_screen_options[value]" - id="<?php echo esc_attr( $option ); ?>" maxlength="3" + id="<?php echo esc_attr( $option ); ?>" value="<?php echo esc_attr( $per_page ); ?>" /> <?php endif; ?> <input type="hidden" name="wp_screen_options[option]" value="<?php echo esc_attr( $option ); ?>" /> |