Changeset 2390348
- Timestamp:
- 09/29/2020 02:26:38 PM (6 years ago)
- Location:
- content-repeater/trunk
- Files:
-
- 3 edited
-
content-repeater.php (modified) (1 diff)
-
includes/functions.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
content-repeater/trunk/content-repeater.php
r2363332 r2390348 3 3 * Plugin Name: Content Repeater 4 4 * Description: Quickly set up custom content like Testimonials, Coupons, Products, Flipboxes, Portals, Portfolios, Before & Afters, etc. and display it in interesting ways: Ajax Reload, Masonry, Isotope, Slick Slider, Single Row. 5 * Version: 1.1. 75 * Version: 1.1.8 6 6 * Author: Denis Buka 7 7 * Text Domain: content-repeater -
content-repeater/trunk/includes/functions.php
r2244652 r2390348 118 118 } 119 119 120 /* commented out to remove the Add Repeater button and thickbox popup in Editors 120 121 // add "Insert Repeater" shortcode 121 122 add_action( 'media_buttons', function($editor_id){ … … 273 274 wp_die(); 274 275 } 276 */ 275 277 276 278 function rptr_query_args($atts, $args, $type) { -
content-repeater/trunk/readme.txt
r2363332 r2390348 3 3 Tags: custom post types, custom fields, template, masonry, isotope, slick slider, testimonials, coupons, products, flipboxes, portals, portfolio, before & after, twentytwenty 4 4 Requires at least: 4.4.0 5 Tested up to: 5. 1.15 Tested up to: 5.5.1 6 6 License: GPLv2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 126 126 = 1.1.7 = 127 127 disable CSS controls on template 128 = 1.1.8 = 129 remove Add Repeater button from editors
Note: See TracChangeset
for help on using the changeset viewer.