Plugin Directory

Changeset 1969098


Ignore:
Timestamp:
11/05/2018 03:10:48 PM (7 years ago)
Author:
way2enjoy
Message:

minor update

Location:
regenerate-thumbnails-in-cloud
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • regenerate-thumbnails-in-cloud/tags/4.0.4/regenerate_way2enjoy.php

    r1969087 r1969098  
    40414041
    40424042   
    4043   $query_img_args_regen = array( 
    4044     'post_type' => 'attachment', 
    4045     'post_mime_type' =>array( 
    4046                     'jpg|jpeg|jpe' => 'image/jpeg', 
    4047                     'gif' => 'image/gif', 
    4048                     'png' => 'image/png', 
    4049         ), 
    4050     'post_status' => 'inherit', 
    4051     'offset'         => $comp_last_id,
    4052     'posts_per_page' => '100000'
    4053     ); 
    4054   $query_img_count_regen = new WP_Query( $query_img_args_regen );   
    4055    
    4056     $total_img_yet_to_regen=$query_img_count_regen->post_count;
    4057          wp_reset_postdata();
     4043 
    40584044
    40594045   
     
    42694255$tooltipbulkauto=$setting_txt179.$setting_txt180.' '.$setting_txt175;
    42704256}
     4257
     4258 $query_img_args_regen = array( 
     4259    'post_type' => 'attachment', 
     4260    'post_mime_type' =>array( 
     4261                    'jpg|jpeg|jpe' => 'image/jpeg', 
     4262                    'gif' => 'image/gif', 
     4263                    'png' => 'image/png', 
     4264        ), 
     4265    'post_status' => 'inherit', 
     4266    'offset'         => $comp_last_id,
     4267    'posts_per_page' => '100000'
     4268    ); 
     4269  $query_img_count_regen = new WP_Query( $query_img_args_regen );   
     4270   
     4271    $total_img_yet_to_regen=$query_img_count_regen->post_count;
     4272         wp_reset_postdata();
    42714273
    42724274
  • regenerate-thumbnails-in-cloud/trunk/regenerate_way2enjoy.php

    r1969087 r1969098  
    40414041
    40424042   
    4043   $query_img_args_regen = array( 
    4044     'post_type' => 'attachment', 
    4045     'post_mime_type' =>array( 
    4046                     'jpg|jpeg|jpe' => 'image/jpeg', 
    4047                     'gif' => 'image/gif', 
    4048                     'png' => 'image/png', 
    4049         ), 
    4050     'post_status' => 'inherit', 
    4051     'offset'         => $comp_last_id,
    4052     'posts_per_page' => '100000'
    4053     ); 
    4054   $query_img_count_regen = new WP_Query( $query_img_args_regen );   
    4055    
    4056     $total_img_yet_to_regen=$query_img_count_regen->post_count;
    4057          wp_reset_postdata();
     4043 
    40584044
    40594045   
     
    42694255$tooltipbulkauto=$setting_txt179.$setting_txt180.' '.$setting_txt175;
    42704256}
     4257
     4258 $query_img_args_regen = array( 
     4259    'post_type' => 'attachment', 
     4260    'post_mime_type' =>array( 
     4261                    'jpg|jpeg|jpe' => 'image/jpeg', 
     4262                    'gif' => 'image/gif', 
     4263                    'png' => 'image/png', 
     4264        ), 
     4265    'post_status' => 'inherit', 
     4266    'offset'         => $comp_last_id,
     4267    'posts_per_page' => '100000'
     4268    ); 
     4269  $query_img_count_regen = new WP_Query( $query_img_args_regen );   
     4270   
     4271    $total_img_yet_to_regen=$query_img_count_regen->post_count;
     4272         wp_reset_postdata();
    42714273
    42724274
Note: See TracChangeset for help on using the changeset viewer.