Changeset 2041619
- Timestamp:
- 02/28/2019 03:52:38 PM (6 years ago)
- Location:
- list-custom-post-with-featured-image/tags/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
list-custom-post-with-featured-image/tags/1.0/list-cp-featured-image.php
r1699765 r2041619 144 144 function lcpfi_enqueue_styles() { 145 145 global $wp_styles; 146 wp_register_style('LCPFI', LCPFI_LINK. "css/lcpfi_style.css"); 147 146 wp_register_style('LCPFI', LCPFI_LINK. "css/lcpfi_style.css"); 148 147 wp_enqueue_style('LCPFI'); 149 148 } -
list-custom-post-with-featured-image/tags/1.0/readme.txt
r1699794 r2041619 3 3 Tags: custom post grid, rockon, custom post list, shortcode, pagination, post, post image, title, vs 4 4 Requires at least: 3.6 5 Tested up to: 4.85 Tested up to: 5.1 6 6 Stable tag: 1.0 7 7 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.