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