Ticket #16759: 16759.patch
| File 16759.patch, 401 bytes (added by SergeyBiryukov, 9 months ago) |
|---|
-
wp-includes/class-wp-atom-server.php
963 963 964 964 $this->ENTRY_PATH = $post_type; 965 965 966 if (!isset($page)) {967 $page = 1;968 }969 966 $page = (int) $page; 970 967 971 968 $count = get_option('posts_per_rss');
