Plugin Directory

Changeset 580150


Ignore:
Timestamp:
08/01/2012 05:30:19 AM (14 years ago)
Author:
rsingel
Message:

small update to avoid other plugin collisions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contextly-related-links/trunk/contextly-linker.php

    r539750 r580150  
    201201            <script type="text/javascript">
    202202                function open_contextly_settings() {
    203                     window.open("<? echo $this->server_url ?>redirect.php?type=settings&blog_url=<?php echo site_url(); ?>");
     203                    window.open("<?php echo $this->server_url ?>redirect.php?type=settings&blog_url=<?php echo site_url(); ?>");
    204204                }
    205205            </script>
     
    207207                <?php $this->showSettingsTabs(); ?>
    208208
    209                 <? if ($tab == $this->advanced_settings_key) { ?>
     209                <?php if ($tab == $this->advanced_settings_key) { ?>
    210210                    <form action="options.php" method="post">
    211211                        <?php settings_fields($tab); ?>
     
    213213                        <?php submit_button(); ?>
    214214                    </form>
    215                 <? } else { ?>
     215                <?php } else { ?>
    216216                    <h3>
    217217                        The majority of  the settings for Contextly are handled outside Wordpress. Press the settings button to go to your settings panel. You will need your Twitter credentials to login.
     
    220220                        <input type="button" value="Settings" onclick="open_contextly_settings();" style="font-size: 18px; padding: 5px;" />
    221221                    </p>
    222                 <? } ?>
     222                <?php } ?>
    223223            </div>
    224             <?
     224            <?php
    225225        }
    226226
Note: See TracChangeset for help on using the changeset viewer.