Skip to content

Commit

Permalink
Remove stray docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dlh01 committed May 6, 2024
1 parent 42f3ba3 commit 9c3388a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions apple-news.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,3 @@ function apple_news_is_classic_editor_plugin_active() {

return false;
}

/**
* Given a user ID, a post ID, and an action, determines whether a user can
* perform the action or not.
*
* @param int $post_id The ID of the post to check.
* @param string $action The action to check. One of 'publish', 'update', 'delete'.
* @param int $user_id The user ID to check.
*
* @return bool True if the user can perform the action, false otherwise.
*/

0 comments on commit 9c3388a

Please sign in to comment.