Completed
Push — add/sync-rest-options ( 79f0db...12319b )
by
unknown
08:38
created
class.jetpack-constants-sync.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -616,6 +616,9 @@
 block discarded – undo
616 616
 		return strcasecmp( $a->name, $b->name );
617 617
 	}
618 618
 
619
+	/**
620
+	 * @return string
621
+	 */
619 622
 	public static function maybe_get_split_term( $old_term_id = '', $taxonomy = '' ) {
620 623
 		$term_id = $old_term_id;
621 624
 
Please login to merge, or discard this patch.