Removing Images does not reset the count
-
When removing images from a gallery in /wp-admin/upload.php?page=gallery-name, the count column in wp_term_taxonomy does not get set properly. Instead the count for that gallery gets set to 0, which causes the gallery to not be returned in the array when calling:
$galleries = get_terms('gallery');
This problem seems to be in php/admin-functions.php
Is there a patch for this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Removing Images does not reset the count’ is closed to new replies.