Changeset 3126 for trunk/wp-admin/edit-page-form.php
- Timestamp:
- 11/17/2005 03:19:19 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-page-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-page-form.php
r3100 r3126 151 151 $uploading_iframe_ID = (0 == $post_ID ? $temp_ID : $post_ID); 152 152 $uploading_iframe_src = "inline-uploading.php?action=view&post=$uploading_iframe_ID"; 153 if ( !$attachments = $wpdb->get_results("SELECT ID FROM $wpdb->posts WHERE post_parent = '$uploading_iframe_ID'") ) 154 $uploading_iframe_src = "inline-uploading.php?action=upload&post=$uploading_iframe_ID"; 153 155 $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src); 154 156 if ( false != $uploading_iframe_src )
Note: See TracChangeset
for help on using the changeset viewer.