Completed
Push — update/add-get-and-update-1-2-... ( 545319...59d931 )
by
unknown
11:12
created
_inc/lib/class.media.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -96,6 +96,9 @@
 block discarded – undo
96 96
 		return $original;
97 97
 	}
98 98
 
99
+	/**
100
+	 * @param string $pathname
101
+	 */
99 102
 	public static function delete_file( $pathname ) {
100 103
 		if ( ! file_exists( $pathname ) || ! is_file( $pathname ) ) {
101 104
 			// let's touch a fake file to try to `really` remove the media file
Please login to merge, or discard this patch.