@@ -85,7 +85,7 @@ |
||
| 85 | 85 | * |
| 86 | 86 | * @param string $cron_name |
| 87 | 87 | * |
| 88 | - * @return bool |
|
| 88 | + * @return false|null |
|
| 89 | 89 | */ |
| 90 | 90 | public function activate_cron( $cron_name ) { |
| 91 | 91 | |
@@ -381,8 +381,8 @@ |
||
| 381 | 381 | * |
| 382 | 382 | * @param $width int Width of the image |
| 383 | 383 | * @param $height int Height of the image |
| 384 | -* @param $req_width int Required width to pass validation |
|
| 385 | -* @param $req_height int Required height to pass validation |
|
| 384 | +* @param integer $req_width int Required width to pass validation |
|
| 385 | +* @param integer $req_height int Required height to pass validation |
|
| 386 | 386 | * @return bool - True if the image passed the required size validation |
| 387 | 387 | */ |
| 388 | 388 | function _jetpack_og_get_image_validate_size($width, $height, $req_width, $req_height) { |
@@ -1404,7 +1404,7 @@ |
||
| 1404 | 1404 | /** |
| 1405 | 1405 | * Migration routine for moving safecss from wp_options to wp_posts to support revisions |
| 1406 | 1406 | * |
| 1407 | - * @return void |
|
| 1407 | + * @return false|null |
|
| 1408 | 1408 | */ |
| 1409 | 1409 | static function upgrade() { |
| 1410 | 1410 | $css = get_option( 'safecss' ); |
@@ -67,6 +67,7 @@ |
||
| 67 | 67 | * |
| 68 | 68 | * Similar to current_user_can, but internal to VideoPress. Returns |
| 69 | 69 | * true if the given VideoPress capability is allowed by the given user. |
| 70 | + * @param string $cap |
|
| 70 | 71 | */ |
| 71 | 72 | public function can( $cap, $user_id = false ) { |
| 72 | 73 | if ( ! $user_id ) { |