Plugin Directory

Changeset 436120


Ignore:
Timestamp:
09/10/2011 07:06:28 PM (15 years ago)
Author:
vagabumming
Message:

unexpected output fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • where-can-i-find/trunk/wherecanifind.php

    r436119 r436120  
    44Plugin URI: http://www.vagabumming.com/where-can-i-find/
    55Description: The "Where Can I Find" list for expat websites.  Shortcodes: [wcifsearch] displays the list with search form.  [wcifadditem] displays the form that allows users to add items.  Configure options in the wordpress dashboard under Settings/Where can I find.
    6 Version: 2.0
     6Version: 2.3
    77Author: Will Brubaker
    88Author URI: http://www.vagabumming.com
     
    2727static private $vagabumming_plugin_values = array(
    2828                                            'name'=>'Where Can I Find',
    29                                             'version'=>'2.0', //hate using a string value here, but need it to hold non-numeric values
     29                                            'version'=>'2.3', //hate using a string value here, but need it to hold non-numeric values
    3030                                            'slug'=>'wcif',
    3131                                            'dbversion'=>'1.0.1',
Note: See TracChangeset for help on using the changeset viewer.