Changeset 1969098
- Timestamp:
- 11/05/2018 03:10:48 PM (7 years ago)
- Location:
- regenerate-thumbnails-in-cloud
- Files:
-
- 2 edited
-
tags/4.0.4/regenerate_way2enjoy.php (modified) (2 diffs)
-
trunk/regenerate_way2enjoy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
regenerate-thumbnails-in-cloud/tags/4.0.4/regenerate_way2enjoy.php
r1969087 r1969098 4041 4041 4042 4042 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 4058 4044 4059 4045 … … 4269 4255 $tooltipbulkauto=$setting_txt179.$setting_txt180.' '.$setting_txt175; 4270 4256 } 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(); 4271 4273 4272 4274 -
regenerate-thumbnails-in-cloud/trunk/regenerate_way2enjoy.php
r1969087 r1969098 4041 4041 4042 4042 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 4058 4044 4059 4045 … … 4269 4255 $tooltipbulkauto=$setting_txt179.$setting_txt180.' '.$setting_txt175; 4270 4256 } 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(); 4271 4273 4272 4274
Note: See TracChangeset
for help on using the changeset viewer.