We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981da6d commit 854652eCopy full SHA for 854652e
inc/media_offload.php
@@ -921,7 +921,7 @@ public function rollback_and_update_images( $image_ids ) {
921
do_action( 'optml_log', ' download_url error ' );
922
}
923
924
- self::$instance->logger->add_log( Optml_Logger::LOG_TYPE_ROLLBACK, 'Image ID: ' . $id . ' has error getting URL.' );
+ self::$instance->logger->add_log( Optml_Logger::LOG_TYPE_ROLLBACK, 'Image ID: ' . $id . ' has error downloading URL.' );
925
continue;
926
927
0 commit comments