Changeset 2233917
- Timestamp:
- 01/27/2020 03:08:16 PM (6 years ago)
- Location:
- fazbuzz/trunk
- Files:
-
- 2 edited
-
admin/class-fazbuzz.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fazbuzz/trunk/admin/class-fazbuzz.php
r1891259 r2233917 64 64 } 65 65 66 66 $obj->thumbnail = get_the_post_thumbnail($post, "large"); 67 67 $obj->description = strip_tags(preg_replace("/<img[^>]+\>/i", "", $originalContent)); 68 68 $obj->title = $post->post_title; -
fazbuzz/trunk/readme.txt
r2231216 r2233917 5 5 Tested up to: 4.9.5 6 6 Requires PHP: 5.6 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.