Plugin Directory

Changeset 3163657


Ignore:
Timestamp:
10/06/2024 05:26:53 PM (5 months ago)
Author:
devikas301
Message:

function_exists major bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified list-custom-post-with-featured-image/trunk/list-cp-featured-image.php

    r3163652 r3163657  
    6969     $lcpfi_gpost .= '</div>';
    7070     if($lcpfi_args['pagination'] == 'on'){
    71       if(function_exists(lcpfi_pagination)){
     71      if(function_exists('lcpfi_pagination')){
    7272       $lcpfi_gpost .= '<div class="clear lcpfi-pagination-section">'.lcpfi_pagination($lcpfi_gp->max_num_pages,"",$lcpfi_paged).'</div>';
    7373      } 
Note: See TracChangeset for help on using the changeset viewer.