Changeset 3163657
- Timestamp:
- 10/06/2024 05:26:53 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified list-custom-post-with-featured-image/trunk/list-cp-featured-image.php ¶
r3163652 r3163657 69 69 $lcpfi_gpost .= '</div>'; 70 70 if($lcpfi_args['pagination'] == 'on'){ 71 if(function_exists( lcpfi_pagination)){71 if(function_exists('lcpfi_pagination')){ 72 72 $lcpfi_gpost .= '<div class="clear lcpfi-pagination-section">'.lcpfi_pagination($lcpfi_gp->max_num_pages,"",$lcpfi_paged).'</div>'; 73 73 }
Note: See TracChangeset
for help on using the changeset viewer.