mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 00:52:55 +01:00
Default MTEXPORT to empty.
git-svn-id: https://develop.svn.wordpress.org/trunk@1284 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
75294d3187
commit
9e3f325792
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
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
|
||||
define('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
|
||||
//should be define('MTEXPORT', 'import.txt');
|
||||
|
||||
if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. You must install WordPress before you import any entries.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user