@@ -7,7 +7,7 @@ discard block |
||
7 | 7 | * Update the media post grabbing the post values from |
8 | 8 | * the `attrs` parameter |
9 | 9 | * |
10 | - * @param {Number} $media_id - post media ID |
|
10 | + * @param integer $media_id - post media ID |
|
11 | 11 | * @param {Object} $attrs - `attrs` parameter sent from the client in the request body |
12 | 12 | * @return bool|WP_Error `WP_Error` on failure. `true` on success. |
13 | 13 | */ |
@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | /** |
65 | 65 | * Get the image from a remote url and then save it locally. |
66 | 66 | * |
67 | - * @param {Number} $media_id - media post ID |
|
67 | + * @param integer $media_id - media post ID |
|
68 | 68 | * @param {String} $url - image URL to save locally |
69 | 69 | * @return {Array|WP_Error} An array with information about the new file saved or a WP_Error is something went wrong. |
70 | 70 | */ |