Changeset 622203
- Timestamp:
- 11/07/2012 05:03:05 PM (13 years ago)
- Location:
- network-latest-posts/trunk
- Files:
-
- 2 added
- 2 edited
-
languages/trans-nlp-de_DE.mo (added)
-
languages/trans-nlp-de_DE.po (added)
-
network-latest-posts.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
network-latest-posts/trunk/network-latest-posts.php
r620633 r622203 4 4 Plugin URI: http://en.8elite.com/network-latest-posts 5 5 Description: Display the latest posts from the blogs in your network using it as a function, shortcode or widget. 6 Version: 3.4. 16 Version: 3.4.2 7 7 Author: L'Elite 8 8 Author URI: http://laelite.info/ … … 582 582 $thumbnail_size = str_replace('x',',',$thumbnail_wh); 583 583 $thumbnail_size = explode(',',$thumbnail_size); 584 if( $thum nail_custom != 'true' && $thumbnail_field == NULL ) {584 if( $thumbnail_custom != 'true' && $thumbnail_field == NULL ) { 585 585 // Get the thumbnail 586 586 $thumb_html = get_the_post_thumbnail($field->ID,$thumbnail_size,array('class' =>$thumbnail_class, 'alt' => $field->post_title, 'title' => $field->post_title)); … … 783 783 $thumbnail_size = str_replace('x',',',$thumbnail_wh); 784 784 $thumbnail_size = explode(',',$thumbnail_size); 785 if( $thum nail_custom != 'true' && $thumbnail_field == NULL ) {785 if( $thumbnail_custom != 'true' && $thumbnail_field == NULL ) { 786 786 // Get the thumbnail 787 787 $thumb_html = get_the_post_thumbnail($field->ID,$thumbnail_size,array('class' =>$thumbnail_class, 'alt' => $field->post_title, 'title' => $field->post_title)); -
network-latest-posts/trunk/readme.txt
r620633 r622203 5 5 Requires at least: 3.0 6 6 Tested up to: 3.4.1 7 Stable tag: 3.4. 17 Stable tag: 3.4.2 8 8 9 9 This plugin allows you to pull all the recent posts from the blogs in your WordPress network and display them in your main site (or internal sites) … … 140 140 == Changelog == 141 141 142 = 3.4.2 = 143 * Fixing typo in $thumbnail_custom variable 144 * Added German language provided by Claas Augner 145 142 146 = 3.4.1 = 143 147 * Added CSS class 'nlposts-siteid-x' to each element so they can be styled depending on which blog they were pulled from
Note: See TracChangeset
for help on using the changeset viewer.