Skip to content

Commit

Permalink
Add docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Jul 24, 2017
1 parent c178779 commit 8e07abf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions includes/class-oembed.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ function register_handler() {
/**
* Become an oEmbed provider for GravityView.
*
* @since 1.21.5.3
*
* @return void
*/
function add_provider() {
Expand All @@ -83,6 +85,8 @@ function add_provider() {
* Our only current use-case is for it to provide output to the Add Media / From URL box
* in WordPress 4.8.
*
* @since 1.21.5.3
*
* @return void
*/
function render_provider_request() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ function maybe_add_note() {
}

if( ! isset( $_POST['action'] ) ) {
return;
}
return;
}

if( 'gv_note_add' === $_POST['action'] ) {

Expand Down

0 comments on commit 8e07abf

Please sign in to comment.