Changeset 2871308
- Timestamp:
- 02/26/2023 05:49:43 PM (3 years ago)
- Location:
- planetplanet/trunk
- Files:
-
- 2 edited
-
planetplanet.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
planetplanet/trunk/planetplanet.php
r2828210 r2871308 8 8 * Text Domain: planetplanet 9 9 * Domain Path: /languages 10 * Version: 0.1 710 * Version: 0.18 11 11 * 12 12 * @package Planetplanet … … 568 568 $post_content = (string)$item->children( $ns['content'] )->encoded; 569 569 570 $guid = (string)$item->guid ?: (string)$item->link; 570 571 $post = [ 571 572 'post_title' => (string)$item->title, … … 575 576 'post_content' => $post_content ?? '', 576 577 577 'guid' => site_url( (string)$item->guid, 'https' ),578 'guid' => site_url( $guid, 'https' ), 578 579 579 580 'meta_input' => [ 580 'item_guid' => (string)$item->guid,581 'item_guid' => $guid, 581 582 'item_link' => (string)$item->link, 582 583 'item_author' => $author, -
planetplanet/trunk/readme.txt
r2828215 r2871308 5 5 Tested up to: 6.1 6 6 Requires PHP: 7.4 7 Stable tag: 0.1 77 Stable tag: 0.18 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.