Link import fix from Kafkaesqui. fixes #2296
git-svn-id: https://develop.svn.wordpress.org/trunk@3441 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
353b0b2b5c
commit
be5676b157
@ -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…
x
Reference in New Issue
Block a user