mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
Default MTEXPORT to empty.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1284 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
53a668610d
commit
4d63c168e9
@ -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…
Reference in New Issue
Block a user