Make WordPress Core


Ignore:
Timestamp:
10/18/2004 12:09:20 PM (19 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/upgrade.php

    r1803 r1812  
    1 l<?php
     1<?php
    22$_wp_installing = 1;
    33if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. Double check that you updated wp-config-sample.php with the proper database connection information and renamed it to wp-config.php.");
Note: See TracChangeset for help on using the changeset viewer.