Changeset 906004
- Timestamp:
- 05/01/2014 01:24:49 AM (12 years ago)
- Location:
- simple-theme-options
- Files:
-
- 6 added
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/chrs-simple-options.php (added)
-
tags/1.1/css (added)
-
tags/1.1/css/styles.css (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/screenshot-1.png (added)
-
trunk/chrs-simple-options.php (modified) (6 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-theme-options/trunk/chrs-simple-options.php
r866347 r906004 4 4 Plugin URI: http://wordpress.org/plugins/simple-theme-options/ 5 5 Description: With Simple Theme Options plugin your can easily manage your custom theme options like social media links. You also have the option to add misc code to the header.php and footer.php files, including your analytics code. 6 Version: 1. 06 Version: 1.1 7 7 Author: Artin Hovhanesian 8 8 Author URI: http://www.chrsinteractive.com/ … … 31 31 } 32 32 33 define( 'CHRSOP_VERSION', '1. 0' );33 define( 'CHRSOP_VERSION', '1.1' ); 34 34 define( 'CHRSOP_REQUIRED_WP_VERSION', '3.0' ); 35 define( 'AKISMET_PLUGIN_URL', plugin_dir_url( __FILE__ ));35 define( 'CHRSOP_PLUGIN_URL', plugin_dir_url( __FILE__ )); 36 36 37 37 … … 67 67 <?php if ( false !== $_REQUEST['settings-updated'] ) : ?> 68 68 <div class="updated"> 69 <p> 70 <?php _e( 'Options saved', 'chrstheme' ); ?> 71 </p> 69 <p><?php _e( 'Options saved', 'chrstheme' ); ?></p> 72 70 </div> 73 71 <?php endif; ?> … … 104 102 </table> 105 103 <p>Any code added within the above fields, will be automaticly added to the the header.php and footer.php files. No need to edit any theme files.</p> 104 <p><input type="submit" value="<?php _e( 'Save Options', 'chrstheme' ); ?>" class="button" /></p> 106 105 </div> 107 106 <div class="chrs-settings-block"> … … 166 165 </table> 167 166 </div> 168 <p> 169 <input type="submit" value="<?php _e( 'Save Options', 'chrstheme' ); ?>" class="button" /> 170 </p> 167 <p><input type="submit" value="<?php _e( 'Save Options', 'chrstheme' ); ?>" class="button" /></p> 171 168 </form> 172 169 <div class="chrs-settings-block"> … … 210 207 } 211 208 212 213 // http://melchoyce.github.io/dashicons/214 209 function chrs_theme_options_icon() { 215 210 echo ' -
simple-theme-options/trunk/readme.txt
r866371 r906004 1 === Plugin Name===1 === Simple Theme Options === 2 2 Contributors: chrsinteractive 3 Tags: theme options, social media, analytics 3 Plugin URI: http://www.chrsinteractive.com 4 Tags: theme options, social media, analytics, admin, edit 4 5 Requires at least: 3.0.0 5 Tested up to: 3. 8.16 Stable tag: 1. 06 Tested up to: 3.9.0 7 Stable tag: 1.1 7 8 License: GPLv2 or later 8 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 43 == Changelog == 43 44 45 = 1.1 = 46 * Minor CSS + JS improvements 47 44 48 == Upgrade notice ==
Note: See TracChangeset
for help on using the changeset viewer.