mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 15:19:15 +00:00
This commit renames a few internal variables for better clarity and consistency: * `$nextpage` to `$next_page` in: * `get_next_posts_page_link()` * `get_next_posts_link()` * `get_next_comments_link()` * `$nextpage` to `$previous_page` in: * `get_previous_posts_page_link()` * `$prevpage` to `$previous_page` in: * `get_previous_comments_link()` Includes minor code layout fixes for better readability. Follow-up to [5045], [8502], [8961], [28111]. Props dalirajab, SergeyBiryukov. Fixes #57746. Built from https://develop.svn.wordpress.org/trunk@55364 git-svn-id: http://core.svn.wordpress.org/trunk@54897 1a063a9b-81f0-0310-95a4-ce76da25c4cd