We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792fadb commit 7ca1204Copy full SHA for 7ca1204
classes/PodsUI.php
@@ -4711,7 +4711,7 @@ public function screen_meta() {
4711
if ( true === $this->pagination ) {
4712
?>
4713
<input type="text" class="screen-per-page" name="wp_screen_options[value]" id="<?php echo esc_attr( $this->unique_identifier ); ?>_per_page" maxlength="3" value="20">
4714
- <label for="<?php echo esc_attr( $this->unique_identifier ); ?>_per_page"><?php printf( esc_html__( '%s per page', 'pods' ), $this->items ); ?></label>
+ <label for="<?php echo esc_attr( $this->unique_identifier ); ?>_per_page"><?php echo esc_html( sprintf( __( '%s per page', 'pods' ), $this->items ) ); ?></label>
4715
<?php
4716
}
4717
$this->do_hook( 'screen_meta_screen_submit' );
0 commit comments