Changeset 2755141
- Timestamp:
- 07/12/2022 03:03:40 PM (4 years ago)
- Location:
- wp-recall
- Files:
-
- 1 added
- 1 deleted
- 3 edited
-
tags/16.26.2 (deleted)
-
tags/16.26.5 (added)
-
trunk/add-on/rating-system/core.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-recall.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-recall/trunk/add-on/rating-system/core.php
r2737678 r2755141 610 610 global $rating; 611 611 612 if(empty($atts)){ 613 $atts = []; 614 } 615 612 616 $atts['select'] = array( 613 617 'object_id', -
wp-recall/trunk/readme.txt
r2748130 r2755141 5 5 Requires at least: 4.6 6 6 Tested up to: 6.0 7 Stable tag: 16.26. 47 Stable tag: 16.26.5 8 8 Requires PHP: 7.0 9 9 License: GPL v2 or later -
wp-recall/trunk/wp-recall.php
r2748130 r2755141 4 4 Plugin URI: https://codeseller.ru/?p=69 5 5 Description: Фронт-енд профиль, система личных сообщений и рейтинг пользователей на сайте вордпресс. 6 Version: 16.26. 46 Version: 16.26.5 7 7 Author: Plechev Andrey 8 8 Author URI: https://codeseller.ru/ … … 17 17 final class WP_Recall { 18 18 19 public $version = '16.26. 4';19 public $version = '16.26.5'; 20 20 public $child_addons = array(); 21 21 public $need_update = false;
Note: See TracChangeset
for help on using the changeset viewer.