Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
"posts per page"
  • Loading branch information
richtabor committed Jul 31, 2024
commit af64535ed27154313afad58aa252d053034d1060
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const PerPageControl = ( { perPage, offset = 0, onChange } ) => {
return (
<RangeControl
__next40pxDefaultSize
label={ __( 'Items per page' ) }
label={ __( 'Posts per page' ) }
min={ MIN_POSTS_PER_PAGE }
max={ MAX_POSTS_PER_PAGE }
onChange={ ( newPerPage ) => {
Expand Down