- Timestamp:
- Apr 20, 2009, 6:21:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/include/custom_functions.php
r165 r184 114 114 } 115 115 116 function xpress_left_arrow_post_link($show = false)116 function xpress_left_arrow_post_link($show = true) 117 117 { 118 118 global $xpress_config; … … 175 175 } 176 176 177 function xpress_right_arrow_post_link($show = false)177 function xpress_right_arrow_post_link($show = true) 178 178 { 179 179 global $xpress_config; … … 236 236 } 237 237 // page link 238 function xpress_left_arrow_posts_link($show = false)238 function xpress_left_arrow_posts_link($show = true) 239 239 { 240 240 global $xpress_config; … … 261 261 } 262 262 263 function xpress_right_arrow_posts_link($show = false)263 function xpress_right_arrow_posts_link($show = true) 264 264 { 265 265 global $xpress_config;
Note: See TracChangeset
for help on using the changeset viewer.