Plugin Directory

Changeset 906528


Ignore:
Timestamp:
05/01/2014 08:42:03 PM (12 years ago)
Author:
vercalendario-info
Message:

Current Moon v0.0.2 update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • current-moon-information/trunk/currentmoon.php

    r906519 r906528  
    8080  <p>
    8181    <label for="<?php echo $this->get_field_id('loc'); ?>">Select Hemisphere:</label>
    82     <select name="<?php echo $this->get_field_id('loc') ?>" class="<?php echo $this->get_field_id('loc') ?>" id="<?php echo $this->get_field_id('loc') ?>">
     82    <select name="<?php echo $this->get_field_name('loc') ?>" id="<?php echo $this->get_field_id('loc') ?>">
    8383        <?php echo $options_html; ?>
    8484    </select>
    8585    <br>
    8686    <label for="<?php echo $this->get_field_id('lang'); ?>">Language:</label>
    87     <select name="<?php echo $this->get_field_id('lang') ?>" class="<?php echo $this->get_field_id('lang') ?>" id="<?php echo $this->get_field_id('lang') ?>">
     87    <select name="<?php echo $this->get_field_name('lang') ?>" id="<?php echo $this->get_field_id('lang') ?>">
    8888        <?php echo $lang_options_html; ?>
    8989    </select>
Note: See TracChangeset for help on using the changeset viewer.