Skip to content

Commit 610142d

Browse files
author
infinitnet
committed
max posts count bumped from 200 to 9999
1 parent 1e1e32c commit 610142d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relevant-recent-posts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function infinitnet_relevant_recent_posts_shortcode($atts) {
2525
), $atts, 'recentposts');
2626

2727
$count = intval($atts['count']);
28-
$count = max(1, min($count, 200));
28+
$count = max(1, min($count, 9999));
2929

3030
$valid_scopes = ['category', 'global'];
3131
if (!in_array($atts['scope'], $valid_scopes)) {

0 commit comments

Comments
 (0)