Skip to content

Commit

Permalink
MDL-8566, replace permlink with permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Apr 22, 2008
1 parent 84fe017 commit 3ff9187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/lib.php
Expand Up @@ -239,7 +239,7 @@ function blog_print_entry($blogEntry, $viewtype='full', $filtertype='', $filters
echo '| <a href="'.$CFG->wwwroot.'/blog/edit.php?action=delete&amp;id='.$blogEntry->id.'">'.$strdelete.'</a> | ';
}

echo '<a href="'.$CFG->wwwroot.'/blog/index.php?postid='.$blogEntry->id.'">'.get_string('permlink', 'blog').'</a>';
echo '<a href="'.$CFG->wwwroot.'/blog/index.php?postid='.$blogEntry->id.'">'.get_string('permalink', 'blog').'</a>';

echo '</div>';

Expand Down
2 changes: 1 addition & 1 deletion lang/en_utf8/blog.php
Expand Up @@ -34,7 +34,7 @@
$string['numberofentries'] = 'Entries: $a';
$string['numberoftags'] = 'Number of tags to display';
$string['pagesize'] = 'Number of blog entries per Page';
$string['permlink'] = 'Permlink';
$string['permalink'] = 'Permalink';
$string['personalblogs'] = 'Users can only see their own blog';
$string['publishto'] = 'Publish to';
$string['publishtonoone'] = 'Yourself (draft)';
Expand Down

0 comments on commit 3ff9187

Please sign in to comment.