@@ -701,7 +701,6 @@ |
||
701 | 701 | /** |
702 | 702 | * Gets data about an attachment, such as alt text and captions. |
703 | 703 | * @since 2.6.0 |
704 | - * @param int $thumbnail_id |
|
705 | 704 | * @param object|bool $product |
706 | 705 | * @return array |
707 | 706 | */ |
@@ -240,6 +240,7 @@ |
||
240 | 240 | |
241 | 241 | /** |
242 | 242 | * Update DB version to current. |
243 | + * @param string $version |
|
243 | 244 | */ |
244 | 245 | public static function update_db_version( $version = null ) { |
245 | 246 | delete_option( 'woocommerce_db_version' ); |