Make WordPress Core


Ignore:
Timestamp:
10/18/2004 12:09:20 PM (20 years ago)
Author:
donncha
Message:

Enclosure support moved to functions.php - it now scans the content
and encloses file of mime type "video", "audio" and "image".
Fixed a bug in upgrade.php - extra character at the start of file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r1801 r1812  
    133133    <input name="referredby" type="hidden" id="referredby" value="<?php echo htmlspecialchars($_SERVER['HTTP_REFERER']); ?>" />
    134134</p>
    135 
    136 <?php echo $form_enclosure; ?>
    137 
    138135<?php
    139136if ('' != $pinged) {
Note: See TracChangeset for help on using the changeset viewer.