Implement Becs' changes to Posts widget and post rendering
This commit is contained in:
@@ -50,9 +50,11 @@ class MetaInformationManager {
|
||||
// check if the user specified a label to be displayed before the author's name
|
||||
if(strlen($preceded_by) > 0) {
|
||||
$content = stripslashes($preceded_by) . ' ';
|
||||
} else {
|
||||
$content = '';
|
||||
}
|
||||
|
||||
return join(', ', $categories);
|
||||
return $content . join(', ', $categories);
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user