Completed
Push — master ( b0f230...d1e91f )
by Hugh
03:11
created
includes/class-ssp-admin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -658,7 +658,7 @@
 block discarded – undo
658 658
 	/**
659 659
 	 * Adding podcast episodes to 'At a glance' dashboard widget
660 660
 	 * @param  array $items Existing items
661
-	 * @return array        Updated items
661
+	 * @return string[]        Updated items
662 662
 	 */
663 663
 	public function glance_items( $items = array() ) {
664 664
 
Please login to merge, or discard this patch.
includes/class-ssp-frontend.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -1134,6 +1134,7 @@
 block discarded – undo
1134 1134
 	 * returns the original URL
1135 1135
 	 *
1136 1136
 	 * @param    string    file
1137
+	 * @param string $file
1137 1138
 	 * @return   string    file or local file path
1138 1139
 	 */
1139 1140
 	function get_local_file_path( $file ) {
Please login to merge, or discard this patch.