Plugin Directory

Changeset 622203


Ignore:
Timestamp:
11/07/2012 05:03:05 PM (13 years ago)
Author:
iluminatus
Message:

Fixing typo in two variables and adding German translation

Location:
network-latest-posts/trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • network-latest-posts/trunk/network-latest-posts.php

    r620633 r622203  
    44Plugin URI: http://en.8elite.com/network-latest-posts
    55Description: Display the latest posts from the blogs in your network using it as a function, shortcode or widget.
    6 Version: 3.4.1
     6Version: 3.4.2
    77Author: L'Elite
    88Author URI: http://laelite.info/
     
    582582                    $thumbnail_size = str_replace('x',',',$thumbnail_wh);
    583583                    $thumbnail_size = explode(',',$thumbnail_size);
    584                     if( $thumnail_custom != 'true' && $thumbnail_field == NULL ) {
     584                    if( $thumbnail_custom != 'true' && $thumbnail_field == NULL ) {
    585585                        // Get the thumbnail
    586586                        $thumb_html = get_the_post_thumbnail($field->ID,$thumbnail_size,array('class' =>$thumbnail_class, 'alt' => $field->post_title, 'title' => $field->post_title));
     
    783783                    $thumbnail_size = str_replace('x',',',$thumbnail_wh);
    784784                    $thumbnail_size = explode(',',$thumbnail_size);
    785                     if( $thumnail_custom != 'true' && $thumbnail_field == NULL ) {
     785                    if( $thumbnail_custom != 'true' && $thumbnail_field == NULL ) {
    786786                        // Get the thumbnail
    787787                        $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  
    55Requires at least: 3.0
    66Tested up to: 3.4.1
    7 Stable tag: 3.4.1
     7Stable tag: 3.4.2
    88
    99This 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)
     
    140140== Changelog ==
    141141
     142= 3.4.2 =
     143* Fixing typo in $thumbnail_custom variable
     144* Added German language provided by Claas Augner
     145
    142146= 3.4.1 =
    143147* 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.