Plugin Updates
This commit is contained in:
@@ -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 ); ?>" />
|
||||
|
||||
Reference in New Issue
Block a user