Plugin Directory

Changeset 903088


Ignore:
Timestamp:
04/26/2014 10:31:20 AM (12 years ago)
Author:
kerli81
Message:

blank page bugfix

Location:
wp-flexible-map-options/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-flexible-map-options/trunk/flexible-map-options.php

    r888350 r903088  
    33Plugin Name: Flexible Map Options
    44Description: Provides an option page for the plugin WP Flexible Map to define the default values globally.
    5 Version: 1.0.2
     5Version: 1.0.3
    66Author: Kerli
    77Domain Path: /languages
  • wp-flexible-map-options/trunk/page.optionpage.php

    r888350 r903088  
    5858    <?php screen_icon(); ?>
    5959   
    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>
    6167   
    6268    <?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  
    55Requires at least: 3.2.1
    66Tested up to: 3.8
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== Changelog ==
     31= 1.0.3 =
     32* bug fix (blank config page)
     33
    3134= 1.0.2 =
    3235* added 'zoom' as a new field
Note: See TracChangeset for help on using the changeset viewer.