Plugin Directory

Changeset 1940518


Ignore:
Timestamp:
09/13/2018 07:32:27 AM (8 years ago)
Author:
spoot1986
Message:

add files

Location:
callback-request-form/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • callback-request-form/trunk/cms30.php

    r1915839 r1940518  
    55Domain Path: /languages
    66Description: Callback request form plugin.
    7 Version: 1.2
     7Version: 1.3
    88Author: Alex Kuimov
    99Author URI: https://cms3.ru/#cr
     
    3737/*core section*/
    3838function cms30_button(){
    39     ?><a class="cms30_link cms30_button" href="#cms30_call_me"><i class="fa fa-phone-square" aria-hidden="true"></i> <?php echo __('Callback request','cms30'); ?></a><?
     39    ?><a class="cms30_link cms30_button" href="#cms30_call_me"><i class="fa fa-phone-square" aria-hidden="true"></i> <?php echo __('Callback request','cms30'); ?></a><?php
    4040}   
    4141
     
    5555            </div>       
    5656        </div>
    57     </div><?
     57    </div><?php
    5858}
    5959
  • callback-request-form/trunk/readme.txt

    r1857404 r1940518  
    33Tags: callback request form, callback request button, callback request
    44Requires at least: 4.5.3
    5 Tested up to: 4.9.4
     5Tested up to: 4.9.8
    66Stable tag: 1.1
    77License: GPL2
     
    2929
    3030== Changelog ==
     31= 1.3 =
     32* Fix the bugs.
    3133= 1.2 =
    3234* Fix the bugs.
Note: See TracChangeset for help on using the changeset viewer.