Changeset 903088
- Timestamp:
- 04/26/2014 10:31:20 AM (12 years ago)
- Location:
- wp-flexible-map-options/trunk
- Files:
-
- 3 edited
-
flexible-map-options.php (modified) (1 diff)
-
page.optionpage.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-flexible-map-options/trunk/flexible-map-options.php
r888350 r903088 3 3 Plugin Name: Flexible Map Options 4 4 Description: Provides an option page for the plugin WP Flexible Map to define the default values globally. 5 Version: 1.0. 25 Version: 1.0.3 6 6 Author: Kerli 7 7 Domain Path: /languages -
wp-flexible-map-options/trunk/page.optionpage.php
r888350 r903088 58 58 <?php screen_icon(); ?> 59 59 60 <h2><?php echo __('Options Page for ', FLXMAPOPTIONS_TEXT_DOMAIN) . get_plugin_data(FLXMAPOPTIONS_PLUGIN_FQ_NAME)['Name']; ?></h2> 60 <h2> 61 <?php 62 $msg = __('Options Page for ', FLXMAPOPTIONS_TEXT_DOMAIN); 63 $data = get_plugin_data(FLXMAPOPTIONS_PLUGIN_FQ_NAME); 64 echo $msg . $data['Name']; 65 ?> 66 </h2> 61 67 62 68 <?php _e('You will find more information about the fields on the instruction page of the WP Flexible Map plugin', FLXMAPOPTIONS_TEXT_DOMAIN); ?> -
wp-flexible-map-options/trunk/readme.txt
r888350 r903088 5 5 Requires at least: 3.2.1 6 6 Tested up to: 3.8 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == Changelog == 31 = 1.0.3 = 32 * bug fix (blank config page) 33 31 34 = 1.0.2 = 32 35 * added 'zoom' as a new field
Note: See TracChangeset
for help on using the changeset viewer.