Completed
Push — master ( 45be7a...c97e2a )
by
unknown
01:52
created
public/includes/lasso.php 1 patch
Doc Comments   +8 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
 	 *
77 77
 	 * @since    0.0.1
78 78
 	 *
79
-	 * @return    Plugin slug variable.
79
+	 * @return    string slug variable.
80 80
 	 */
81 81
 	public function get_plugin_slug() {
82 82
 		return $this->plugin_slug;
@@ -330,6 +330,9 @@  discard block
 block discarded – undo
330 330
 		exit;
331 331
 	}
332 332
 	
333
+	/**
334
+	 * @param string $type
335
+	 */
333 336
 	public static function enable_metasave($type)
334 337
 	{
335 338
 		register_rest_field( $type, 'metadata', array(
@@ -422,6 +425,10 @@  discard block
 block discarded – undo
422 425
 		
423 426
 		exit; 
424 427
 	}
428
+
429
+	/**
430
+	 * @param string $taxonomy
431
+	 */
425 432
 	public function set_post_terms( $postid, $value, $taxonomy ) {
426 433
 		if( $value ) {
427 434
 			$value = explode( ',', $value );
Please login to merge, or discard this patch.