Plugin Directory

Changeset 782086


Ignore:
Timestamp:
10/03/2013 07:19:54 PM (13 years ago)
Author:
LordPretender
Message:

Version 1.1 released.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • posts-order-widget/trunk/post-order-widget.php

    r772957 r782086  
    66Description: This widget will let visitors order posts by context rather than date with a dropdown menu.
    77Author: LordPretender
    8 Version: 1.0
     8Version: 1.1
    99Author URI: http://www.duy-pham.fr
    1010Domain Path: /languages
     
    9999        global $id_bytitle, $id_bydatea, $id_bymodified;
    100100       
     101        if(is_page() || is_single() || is_attachment())return;
     102       
    101103        $title = apply_filters( 'widget_title', $instance['title'] );
    102104       
Note: See TracChangeset for help on using the changeset viewer.