Plugin Directory

Changeset 145806


Ignore:
Timestamp:
08/14/2009 02:35:50 PM (17 years ago)
Author:
Hassan1
Message:

083000

Location:
fitr-theme-options/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fitr-theme-options/trunk/fitr-theme-options.php

    r144762 r145806  
    55Description: Helps theme designers to make a rich option page for themes. See readme.txt or plugin URL to learn how can you add FTO features to your theme. It's really easy.
    66Author: Hassan Jahangiry
    7 Version: 0.82
     7Version: 0.83
    88Author URI: http://wpwave.com/
    99
     
    1313
    1414
    15 define('FTO_VERSION','0.82');
     15define('FTO_VERSION','0.83');
    1616define('FTO_PATH',WP_PLUGIN_URL.'/'.basename(dirname(__FILE__)));
    1717if (__FILE__ == $_SERVER['SCRIPT_FILENAME'] ) die();
     
    10311031 */
    10321032function fto_add_head() {
     1033
    10331034    echo "\n<!-- Start Fitr Theme Options Code -->\n";
    10341035    $settings=get_option('fto_settings');
  • fitr-theme-options/trunk/readme.txt

    r144762 r145806  
    2626In a few words Fitr Theme Options makes template customizing easy and bring more fun to WordPress!
    2727
    28 Note: To test FTO please use WordPress default theme.
     28Note: To test the plugin please use WordPress default theme.
    2929
    3030= Are you a theme author? =
     
    4141== Changelog ==
    4242
    43 = 8.0 =
     43= 0.8 =
    4444* Bugs fixed.
    4545* New:  Different styles.
Note: See TracChangeset for help on using the changeset viewer.