mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-8566, replace permlink with permalink
This commit is contained in:
parent
8d1462fbe1
commit
a814fc6651
@ -239,7 +239,7 @@
|
||||
echo '| <a href="'.$CFG->wwwroot.'/blog/edit.php?action=delete&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>';
|
||||
|
||||
|
@ -34,7 +34,7 @@ $string['notallowedtoedit'] = 'You are not allowed to edit this entry';
|
||||
$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)';
|
||||
|
Loading…
x
Reference in New Issue
Block a user