Changeset 2793139
- Timestamp:
- 10/02/2022 07:21:21 PM (3 years ago)
- Location:
- api-fetch-twitter
- Files:
-
- 3 edited
-
tags/1.0.0/admin/class-api-fetch-twitter-admin-twitter.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/admin/class-api-fetch-twitter-admin-twitter.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
api-fetch-twitter/tags/1.0.0/admin/class-api-fetch-twitter-admin-twitter.php
r2695050 r2793139 391 391 'test_size' => true, 392 392 ); 393 393 394 if ( ! is_admin() ) { 395 require_once( ABSPATH . 'wp-admin/includes/post.php' ); 396 } 397 398 394 399 $attachment_id = post_exists( basename( $url ) ); 395 400 -
api-fetch-twitter/trunk/README.txt
r2787217 r2793139 5 5 Requires at least: 5.0.0 6 6 Tested up to: 6.0.2 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
api-fetch-twitter/trunk/admin/class-api-fetch-twitter-admin-twitter.php
r2695053 r2793139 358 358 /** 359 359 * Import images into WP Media library. 360 * 360 * 361 * @since 1.0.1 Inclusion of file for when the task is executed asynchronously. 361 362 * @since 1.0.0 362 363 * … … 391 392 'test_size' => true, 392 393 ); 393 394 395 if ( ! is_admin() ) { 396 require_once( ABSPATH . 'wp-admin/includes/post.php' ); 397 } 398 394 399 $attachment_id = post_exists( basename( $url ) ); 395 400
Note: See TracChangeset
for help on using the changeset viewer.