Changeset 1354793
- Timestamp:
- 02/20/2016 04:14:59 PM (10 years ago)
- File:
-
- 1 edited
-
blue-storage/trunk/blue-storage-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blue-storage/trunk/blue-storage-settings.php
r1354792 r1354793 76 76 $limit = intval($_POST['image_count']); 77 77 78 if( $limit > 0 && $limit < 100 ) {78 if( $limit > 0 && $limit <= 100 ) { 79 79 global $wpdb; 80 80 $query = "SELECT * FROM $wpdb->posts WHERE post_type='attachment' AND guid NOT LIKE '%%blob.core.windows.net%%' LIMIT %d";
Note: See TracChangeset
for help on using the changeset viewer.