Make WordPress Core

Changeset 1284


Ignore:
Timestamp:
05/15/2004 05:44:58 PM (21 years ago)
Author:
rboren
Message:

Default MTEXPORT to empty.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import-mt.php

    r1230 r1284  
    11<?php
    2 define('MTEXPORT', 'import.txt');// enter the relative path of the import.txt file containing the mt entries. If the file is called import.txt and it is /wp-admin, then this line
     2define('MTEXPORT', '');// enter the relative path of the import.txt file containing the mt entries. If the file is called import.txt and it is /wp-admin, then this line
    33//should be define('MTEXPORT', 'import.txt');
    44
Note: See TracChangeset for help on using the changeset viewer.