Completed
Push — add/jpo-save-business-address ( d96905...f1dbd4 )
by
unknown
39:26
created
_inc/lib/core-api/class.jetpack-core-api-module-endpoints.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -1122,6 +1122,10 @@
 block discarded – undo
1122 1122
 			return false;
1123 1123
 		}
1124 1124
 
1125
+		/**
1126
+		 * @param string $id_base
1127
+		 * @param string $position
1128
+		 */
1125 1129
 		public function update_widget( $id_base, $sidebar, $position, $widget_options ) {
1126 1130
 
1127 1131
 			$widget = Jetpack_Widgets::get_widget_by_id_base( $id_base );
Please login to merge, or discard this patch.