Changeset 2828210
- Timestamp:
- 12/03/2022 09:03:05 PM (3 years ago)
- Location:
- planetplanet/trunk
- Files:
-
- 3 edited
-
planetplanet-cli.php (modified) (1 diff)
-
planetplanet.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
planetplanet/trunk/planetplanet-cli.php
r2653314 r2828210 265 265 WP_CLI::log( sprintf( __("Feed url: %s", 'planetplanet' ), $link['link_rss'] ) ); 266 266 267 return;268 269 267 $id = wp_insert_link( $link, true ); 270 268 if ( is_wp_error( $id ) ) -
planetplanet/trunk/planetplanet.php
r2655410 r2828210 8 8 * Text Domain: planetplanet 9 9 * Domain Path: /languages 10 * Version: 0.1 610 * Version: 0.17 11 11 * 12 12 * @package Planetplanet -
planetplanet/trunk/readme.txt
r2809674 r2828210 3 3 Tags: rss-aggregator 4 4 Requires at least: 5.8 5 Tested up to: 6.15 Tested up to: 5.9 6 6 Requires PHP: 7.4 7 Stable tag: 0.1 67 Stable tag: 0.17 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.