source: trunk/www.guidonia.net/wp/wp-admin/media-new.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 234 bytes
Line 
1<?php
2/**
3 * Upload new media Administration Panel.
4 *
5 * @package WordPress
6 * @subpackage Administration
7 */
8
9$_GET['inline'] = 'true';
10/** Administration bootstrap */
11require_once('admin.php');
12require_once('media-upload.php');
13
14?>
Note: See TracBrowser for help on using the repository browser.