Plugin Directory

Changeset 675487


Ignore:
Timestamp:
03/02/2013 10:00:43 PM (13 years ago)
Author:
danielauener
Message:

fixed post-count problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simply-related-posts/trunk/simply-related-posts.php

    r652817 r675487  
    103103                         )                               
    104104                    ),
    105                     'posts_per_page' => $related_count,
     105                    'posts_per_page' => $instance['related_count'],
    106106                    'exclude' => get_the_ID()
    107                ) );       
     107               ) );
    108108
    109109               if ( count( $related_posts ) == 0 )
Note: See TracChangeset for help on using the changeset viewer.