Changes between Initial Version and Version 1 of Ticket #23260
- Timestamp:
- 01/22/2013 04:28:43 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23260 – Description
initial v1 24 24 The reasons why the above improvements should be included in core: 25 25 26 A: No need to create custom functions 26 A: No need to create custom functions [[BR]] 27 27 B: Don't need to install extra plugin just to get the "Page x of x" 28 function or to create a hacked paginate_links function. 28 function or to create a hacked paginate_links function. [[BR]] 29 29 C: It gives theme developers more control over style without alot of 30 30 extra coding and if they don't want something they can disable it 31 (example "Page x of x") 31 (example "Page x of x") [[BR]] 32 32 D: It means that if wordpress devs change the paginate_links function 33 33 theme authors don't need to update their custom functions [see A] … … 36 36 Daniel Fenn 37 37 38 [1] http://lists.wordpress.org/pipermail/theme-reviewers/2013-January/011488.html 38 [1] http://lists.wordpress.org/pipermail/theme-reviewers/2013-January/011488.html [[BR]] 39 39 [2] http://design.sparklette.net/teaches/how-to-add-wordpress-pagination-without-a-plugin/