Completed
Push — fix/image-migration-backups ( 008bea )
by
unknown
14:34
created
modules/widgets/migrate-to-core/image-widget.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -9,6 +9,8 @@  discard block
 block discarded – undo
9 9
 
10 10
 /**
11 11
  * Stores legacy image widget data in the database.
12
+ * @param string $option_name
13
+ * @param string $option_value
12 14
  */
13 15
 function jetpack_store_legacy_image_widget_options( $option_name, $option_value ){
14 16
 	$post = get_page_by_title( $option_name, 'OBJECT', 'jetpack_migration' );
@@ -33,6 +35,7 @@  discard block
 block discarded – undo
33 35
 
34 36
 /**
35 37
  * Retrieves legacy image widget data.
38
+ * @param string $option_name
36 39
  */
37 40
 function jetpack_get_legacy_image_widget_option( $option_name ) {
38 41
 
Please login to merge, or discard this patch.