Plugin Directory

Changeset 1910871


Ignore:
Timestamp:
07/18/2018 09:03:07 AM (8 years ago)
Author:
mythemes
Message:

Replace the php shortcode <? with <?php

Location:
mythemes-wizard/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mythemes-wizard/trunk/includes/mythemes-wizard-render.php

    r1880544 r1910871  
    4848                        </label>
    4949                    </div>
    50                 <?
     50                <?php
    5151            }
    5252
     
    7070                        </label>
    7171                    </div>
    72                 <?
     72                <?php
    7373            }
    7474
     
    9999                        </label>
    100100                    </div>
    101                 <?
     101                <?php
    102102            }
    103103
     
    120120                        </label>
    121121                    </div>
    122                 <?
     122                <?php
    123123            }
    124124
     
    141141                        </label>
    142142                    </div>
    143                 <?
     143                <?php
    144144            }
    145145
     
    162162                        </label>
    163163                    </div>
    164                 <?
     164                <?php
    165165            }
    166166
     
    179179
    180180                    </div>
    181                 <?
     181                <?php
    182182            }
    183183
     
    207207                        </p>
    208208                    </div>
    209                 <?
     209                <?php
    210210            }
    211211
     
    245245                        ?>
    246246                    </div>
    247                 <?
     247                <?php
    248248            }
    249249        }
  • mythemes-wizard/trunk/includes/mythemes-wizard.php

    r1880544 r1910871  
    402402                    <div class="wizard-ajax-mask"></div>
    403403
    404                     <?php /* <h1 class="wizard-headline"><?php echo __( 'myThem.es Setup Wizard', 'mythemes-wizard' ); ?></h1>
    405                     <p class="wizard-description"><?php echo __( 'here you can found more details about how to use this tools for your needs.', 'mythemes-wizard' ); ?></p> */ ?>
    406 
    407404                    <div class="wizard-steps">
    408405                        <?php
  • mythemes-wizard/trunk/mythemes-wizard.php

    r1906986 r1910871  
    44    Plugin URI: http://mythem.es/item/mythemes-wizard/
    55    Description: With myThemes Wizard you can build a custom setup for each WordPress Theme and Plugin. Inspired from WooCommerce Plugin Setup. This is a GPL 2 WordPress plugin.
    6     Version: 0.0.2
     6    Version: 0.0.3
    77    Author: myThem.es
    88    Author URI: http://mythem.es/
  • mythemes-wizard/trunk/readme.txt

    r1906986 r1910871  
    55Requires at least: 4.6
    66Tested up to: 4.9
    7 Stable tag: 0.0.2
     7Stable tag: 0.0.3
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    132132== Changelog ==
    133133
     134= 0.0.3 =
     135* Replace php shortcode "<?" with "<?php"
     136
    134137= 0.0.2 =
    135138* Fix the Network Install Plugins Bug
Note: See TracChangeset for help on using the changeset viewer.