spelling fixes
This commit is contained in:
htmlarea
include
admin
entries.inc.phpimport.inc.php
compat.inc.phpimporters
installer.inc.phppersonal.inc.phpplugins.inc.phptemplates.inc.phpupgrader.inc.phpusers.inc.phpdb
generic.inc.phpmysql.inc.phpmysqli.inc.phppdo-postgres.inc.phppdo-sqlite.inc.phppostgres.inc.phpsqlite.inc.phpsqlite3.inc.phpsqlite3oo.inc.phpsqlrelay.inc.php
functions.inc.phpfunctions_calendars.inc.phpfunctions_config.inc.phpfunctions_entries_admin.inc.phpfunctions_smarty.inc.phpfunctions_trackbacks.inc.phplang.inc.phpserendipity_smarty_class.inc.phpplugins
serendipity_event_spartacus
serendipity_event_textile
serendipity_plugin_comments
templates
bulletproof
default
YahooUI
treeview
@ -209,7 +209,7 @@ class serendipity_plugin_comments extends serendipity_plugin
|
||||
|
||||
if ($row['comment_url'] != '' && ( ($isTrackBack && ($showurls =='trackbacks' || $showurls =='all') || !$isTrackBack && ($showurls =='comments' || $showurls =='all')))) {
|
||||
|
||||
/* Fix invalid cases in protocoll part */
|
||||
/* Fix invalid cases in protocol part */
|
||||
$row['comment_url'] = preg_replace('@^http://@i','http://', $row['comment_url']);
|
||||
$row['comment_url'] = preg_replace('@^https://@i','https://', $row['comment_url']);
|
||||
|
||||
|
Reference in New Issue
Block a user