Changeset 3167:9b0e5988c0eb for admin/media_item.php
- Timestamp:
- 02/11/16 15:35:39 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media_item.php
r3154 r3167 27 27 } 28 28 29 // Attachement type if any 30 $link_type = !empty($_REQUEST['link_type']) ? $_REQUEST['link_type'] : null; 31 29 32 $file = null; 30 33 $popup = (integer) !empty($_REQUEST['popup']); … … 32 35 $plugin_id = isset($_REQUEST['plugin_id']) ? html::sanitizeURL($_REQUEST['plugin_id']) : ''; 33 36 $page_url_params = array('popup' => $popup,'select' => $select,'post_id' => $post_id); 34 $media_page_url_params = array('popup' => $popup,'select' => $select,'post_id' => $post_id );37 $media_page_url_params = array('popup' => $popup,'select' => $select,'post_id' => $post_id,'link_type' => $link_type); 35 38 36 39 if ($plugin_id != '') {
Note: See TracChangeset
for help on using the changeset viewer.