Changeset 581849
- Timestamp:
- 08/04/2012 08:46:39 PM (14 years ago)
- Location:
- network-shared-posts
- Files:
-
- 2 edited
-
tags/1.1.0/network-shared-posts.php (modified) (1 diff)
-
trunk/network-shared-posts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
network-shared-posts/tags/1.1.0/network-shared-posts.php
r581844 r581849 194 194 echo '<span class="netsposts-source"> '.__('Published','netsposts').' '.$date_post.' '.__('in','netsposts').' <a href="'.$blog_url.'">'.$blog_name.'</a>'; 195 195 ## Full metadata 196 if( $ full_meta)196 if( $show_author) 197 197 { 198 198 echo ' ' . __('Author','netsposts'). ' ' . '<a href="'.get_blog_permalink($the_post['blog_id']).'/?author='. $the_post['post_author'] .'">'. get_the_author_meta( 'display_name' , $the_post['post_author'] ) . ' </a>'; -
network-shared-posts/trunk/network-shared-posts.php
r581844 r581849 194 194 echo '<span class="netsposts-source"> '.__('Published','netsposts').' '.$date_post.' '.__('in','netsposts').' <a href="'.$blog_url.'">'.$blog_name.'</a>'; 195 195 ## Full metadata 196 if( $ full_meta)196 if( $show_author) 197 197 { 198 198 echo ' ' . __('Author','netsposts'). ' ' . '<a href="'.get_blog_permalink($the_post['blog_id']).'/?author='. $the_post['post_author'] .'">'. get_the_author_meta( 'display_name' , $the_post['post_author'] ) . ' </a>';
Note: See TracChangeset
for help on using the changeset viewer.