Changeset 4416 for branches/2.0/wp-admin/inline-uploading.php
- Timestamp:
- 10/23/2006 05:54:54 AM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/inline-uploading.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/inline-uploading.php
r3982 r4416 25 25 } 26 26 27 $all = ( 'true' == $all ) ? 'true' : 'false'; 28 $start = (int) $start; 27 29 $post = (int) $post; 28 30 $images_width = 1;
Note: See TracChangeset
for help on using the changeset viewer.