1
0

spelling fixes

This commit is contained in:
klemens
2017-04-06 22:26:07 +02:00
parent 4d8f04d406
commit 5a95db314a
38 changed files with 88 additions and 88 deletions

@ -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']);