Changeset 2578586
- Timestamp:
- 08/05/2021 09:21:52 AM (5 years ago)
- Location:
- show-all-comments-in-one-page/trunk
- Files:
-
- 2 edited
-
bt-comments.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
show-all-comments-in-one-page/trunk/bt-comments.php
r2377902 r2578586 5 5 * Author: biztechc 6 6 * Author URI: https://www.appjetty.com/ 7 * Version: 6.0.07 * Version: 7.0.0 8 8 */ 9 9 add_action('admin_menu', 'bt_comments_create_menu'); … … 608 608 // scripts 609 609 wp_register_script('sac-script', plugins_url('js/sac-script.js', __FILE__)); 610 610 wp_enqueue_script('jquery'); 611 611 $ajax_url = admin_url('admin-ajax.php') . '?cache=' . time(); 612 612 wp_localize_script('sac-script', 'sac_ajax_url', $ajax_url); -
show-all-comments-in-one-page/trunk/readme.txt
r2377902 r2578586 3 3 Tags: All Comments in one page, manage all comments in one page, show all comments, eazy comments management,comments filter,search comment,filter comment.comment search 4 4 Requires at least: 3.6.1 5 Tested up to: 5. 56 Stable tag: 6.0.05 Tested up to: 5.8 6 Stable tag: 7.0.0 7 7 License: GPLv2 or later 8 8 … … 42 42 43 43 == Changelog == 44 = 7.0.0 = 45 * Sloving Filter issue. 46 * Compatibility with WordPress version 5.8 47 44 48 = 6.0.0 = 45 49 * Compatibility with WordPress version 5.5 … … 97 101 98 102 == Upgrade Notice == 99 100 101
Note: See TracChangeset
for help on using the changeset viewer.