Changeset 145806
- Timestamp:
- 08/14/2009 02:35:50 PM (17 years ago)
- Location:
- fitr-theme-options/trunk
- Files:
-
- 2 edited
-
fitr-theme-options.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fitr-theme-options/trunk/fitr-theme-options.php
r144762 r145806 5 5 Description: 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. 6 6 Author: Hassan Jahangiry 7 Version: 0.8 27 Version: 0.83 8 8 Author URI: http://wpwave.com/ 9 9 … … 13 13 14 14 15 define('FTO_VERSION','0.8 2');15 define('FTO_VERSION','0.83'); 16 16 define('FTO_PATH',WP_PLUGIN_URL.'/'.basename(dirname(__FILE__))); 17 17 if (__FILE__ == $_SERVER['SCRIPT_FILENAME'] ) die(); … … 1031 1031 */ 1032 1032 function fto_add_head() { 1033 1033 1034 echo "\n<!-- Start Fitr Theme Options Code -->\n"; 1034 1035 $settings=get_option('fto_settings'); -
fitr-theme-options/trunk/readme.txt
r144762 r145806 26 26 In a few words Fitr Theme Options makes template customizing easy and bring more fun to WordPress! 27 27 28 Note: To test FTOplease use WordPress default theme.28 Note: To test the plugin please use WordPress default theme. 29 29 30 30 = Are you a theme author? = … … 41 41 == Changelog == 42 42 43 = 8.0=43 = 0.8 = 44 44 * Bugs fixed. 45 45 * New: Different styles.
Note: See TracChangeset
for help on using the changeset viewer.