/**
* Entities
*/
+ 'byline' => 'By %s',
'entity:default:strapline' => 'Created %s by %s',
'entity:default:missingsupport:popup' => 'This entity cannot be displayed correctly. This may be because it requires support provided by a plugin that is no longer installed.',
$english = array(
'blog' => 'Blogs',
'blog:blogs' => 'Blogs',
- 'blog:owned_blogs' => '%s',
'blog:revisions' => 'Revisions',
'blog:archives' => 'Archives',
'blog:blog' => 'Blog',
- 'blog:author_by_line' => 'By %s',
'item:object:blog' => 'Blogs',
'blog:title:user_blogs' => '%s\'s Blogs',
$return['title'] = htmlspecialchars($blog->title);
$container = $blog->getContainerEntity();
- $crumbs_title = elgg_echo('blog:owned_blogs', array($container->name));
+ $crumbs_title = $container->name;
if (elgg_instanceof($container, 'group')) {
elgg_push_breadcrumb($crumbs_title, "pg/blog/group/$container->guid/owner");
} else {
$return['title'] = elgg_echo('blog:title:user_blogs', array($container->name));
elgg_set_page_owner_guid($container_guid);
- $crumbs_title = elgg_echo('blog:owned_blogs', array($container->name));
+ $crumbs_title = $container->name;
elgg_push_breadcrumb($crumbs_title);
if ($container_guid == $loggedin_userid) {
$return['filter_context'] = 'friends';
$return['title'] = elgg_echo('blog:title:friends');
- $crumbs_title = elgg_echo('blog:owned_blogs', array($user->name));
+ $crumbs_title = $user->name;
elgg_push_breadcrumb($crumbs_title, "pg/blog/owner/{$user->username}");
elgg_push_breadcrumb(elgg_echo('friends'));
$user = get_user($owner_guid);
- $crumbs_title = elgg_echo('blog:owned_blogs', array($user->name));
+ $crumbs_title = $user->name;
elgg_push_breadcrumb($crumbs_title, "pg/blog/owner/{$user->username}");
elgg_push_breadcrumb(elgg_echo('blog:archives'));
'href' => "pg/blog/owner/$owner->username",
'text' => $owner->name,
));
-$author_text = elgg_echo('blog:author_by_line', array($owner_link));
+$author_text = elgg_echo('byline', array($owner_link));
$tags = elgg_view('output/tags', array('tags' => $blog->tags));
$date = elgg_view_friendly_time($blog->publish_date);
'href' => "pg/file/owner/$owner->username",
'text' => $owner->name,
));
-$author_text = elgg_echo('blog:author_by_line', array($owner_link));
+$author_text = elgg_echo('byline', array($owner_link));
$tags = elgg_view('output/tags', array('tags' => $bookmark->tags));
$date = elgg_view_friendly_time($bookmark->time_created);
'href' => "pg/file/owner/$owner->username",
'text' => $owner->name,
));
-$author_text = elgg_echo('blog:author_by_line', array($owner_link));
+$author_text = elgg_echo('byline', array($owner_link));
$file_icon = elgg_view_entity_icon($file, 'small');
'href' => "pg/thewire/owner/$owner->username",
'text' => $owner->name,
));
-$author_text = elgg_echo('blog:author_by_line', array($owner_link));
+$author_text = elgg_echo('byline', array($owner_link));
$date = elgg_view_friendly_time($post->time_created);
$metadata = elgg_view('thewire/metadata', array(