Plugin Directory

Changeset 1080767


Ignore:
Timestamp:
02/02/2015 10:11:50 AM (11 years ago)
Author:
Fengler
Message:

Php opening tags changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • magic-google-maps/trunk/magic-Maps.php

    r1078089 r1080767  
    196196      <div id="map-canvas1"></div>
    197197      <form method="post" action="options.php">
    198         <?
     198        <?php
    199199         settings_fields('googleMapsSection');?>
    200200           <br/> <p class="description">Drag and drop pin to desire location zoom in and out to set preferred view  and save.<br/>
    201201          Remember to set the height of the map width will adjust automaticaly.<br/>
    202202          Copy and paste code to your contact page:  <span style="font-size: 1.2em; background: #ffffff; padding: 5px 10px; margin:10px; line-height: 2.8em; border: 1px solid #5b9dd9;box-shadow: 0 0 2px rgba(30,140,190,.8);"><b> [map]</b></span>
    203           </p><?
     203          </p><?php
    204204         submit_button();
    205205         do_settings_sections('magicmaps');
     
    209209    </form>
    210210    </div>
    211    <?
     211   <?php
    212212   
    213213}
     
    312312}
    313313add_action( 'admin_enqueue_scripts', 'bf_pass_data_to_script_admin_map' );
     314?>
Note: See TracChangeset for help on using the changeset viewer.