@@ -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 | |
@@ -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 ) { |