Completed
Push — master ( ded167...50d14d )
by
unknown
02:50
created
public/includes/lasso.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
 	 *
74 74
 	 * @since    0.0.1
75 75
 	 *
76
-	 * @return    Plugin slug variable.
76
+	 * @return    string slug variable.
77 77
 	 */
78 78
 	public function get_plugin_slug() {
79 79
 		return $this->plugin_slug;
@@ -274,6 +274,9 @@  discard block
 block discarded – undo
274 274
 		exit;
275 275
 	}
276 276
 	
277
+	/**
278
+	 * @param string $type
279
+	 */
277 280
 	public static function enable_metasave($type)
278 281
 	{
279 282
 		register_rest_field( $type, 'metadata', array(
Please login to merge, or discard this patch.