Plugin Directory

Changeset 581849


Ignore:
Timestamp:
08/04/2012 08:46:39 PM (14 years ago)
Author:
codeext
Message:
 
Location:
network-shared-posts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • network-shared-posts/tags/1.1.0/network-shared-posts.php

    r581844 r581849  
    194194                    echo '<span class="netsposts-source"> '.__('Published','netsposts').' '.$date_post.' '.__('in','netsposts').'  <a href="'.$blog_url.'">'.$blog_name.'</a>';
    195195                    ##  Full metadata
    196                     if( $full_meta)
     196                    if( $show_author)
    197197                    {
    198198                    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  
    194194                    echo '<span class="netsposts-source"> '.__('Published','netsposts').' '.$date_post.' '.__('in','netsposts').'  <a href="'.$blog_url.'">'.$blog_name.'</a>';
    195195                    ##  Full metadata
    196                     if( $full_meta)
     196                    if( $show_author)
    197197                    {
    198198                    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.