Plugin Directory

Changeset 570989

Timestamp:
07/12/2012 01:12:39 AM (12 years ago)
Author:
johnciacia
Message:

adding ability to show the gallery title

Location:
picasso/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • picasso/trunk/picasso.php

    r570985 r570989  
    44Plugin URI: http://www.johnciacia.com/picasso/
    55Description: Extend the WordPress gallery be adding support of albums.
    6 Version: 1.1.3
     6Version: 1.1.
    77Author: John Ciacia
    88Author URI: http://www.johnciacia.com
     
    6060        'id'         => $post->ID,
    6161        'itemtag'    => 'dl',
     62
    6263        'icontag'    => 'dt',
    6364        'captiontag' => 'dd',
     
    136137        $output .= get_the_post_thumbnail($gallery->ID, 'thumbnail');
    137138        $output .= "</a>";
     139
     140
     141
     142
    138143        $output .= "</$icontag>";
    139144        if ($captiontag && trim($attachment->post_excerpt)) {
  • picasso/trunk/readme.txt

    r570985 r570989  
    44Requires at least: 2.9
    55Tested up to: 3.4.1
    6 Stable tag: 1.1.3
     6Stable tag: 1.1.
    77
    88This plugin allows users to create albums (gallery containers).
Note: See TracChangeset for help on using the changeset viewer.