Changeset 1940518
- Timestamp:
- 09/13/2018 07:32:27 AM (8 years ago)
- Location:
- callback-request-form/trunk
- Files:
-
- 2 edited
-
cms30.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
callback-request-form/trunk/cms30.php
r1915839 r1940518 5 5 Domain Path: /languages 6 6 Description: Callback request form plugin. 7 Version: 1. 27 Version: 1.3 8 8 Author: Alex Kuimov 9 9 Author URI: https://cms3.ru/#cr … … 37 37 /*core section*/ 38 38 function 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 40 40 } 41 41 … … 55 55 </div> 56 56 </div> 57 </div><? 57 </div><?php 58 58 } 59 59 -
callback-request-form/trunk/readme.txt
r1857404 r1940518 3 3 Tags: callback request form, callback request button, callback request 4 4 Requires at least: 4.5.3 5 Tested up to: 4.9. 45 Tested up to: 4.9.8 6 6 Stable tag: 1.1 7 7 License: GPL2 … … 29 29 30 30 == Changelog == 31 = 1.3 = 32 * Fix the bugs. 31 33 = 1.2 = 32 34 * Fix the bugs.
Note: See TracChangeset
for help on using the changeset viewer.