mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Link import fix from Kafkaesqui. fixes #2296
git-svn-id: http://svn.automattic.com/wordpress/trunk@3441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
86d3dbb81f
commit
e701f8c526
@ -77,7 +77,7 @@ foreach ($categories as $category) {
|
||||
}
|
||||
|
||||
$opml_url = $_POST['opml_url'];
|
||||
if (isset($opml_url) && $opml_url != '') {
|
||||
if (isset($opml_url) && $opml_url != '' && $opml_url != 'http://') {
|
||||
$blogrolling = true;
|
||||
}
|
||||
else // try to get the upload file.
|
||||
|
Loading…
Reference in New Issue
Block a user