Skip to content

Commit 4f54fa1

Browse files
author
Peter Sorensen
committed
phpcs
1 parent f345b51 commit 4f54fa1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

includes/classes/ExternalConnections/WordPressExternalConnection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,8 @@ public function push( $post, $args = array() ) {
503503
* @param {WP_Post} $post The post object.
504504
* @param {array} $args The arguments passed into wp_insert_post().
505505
* @param {WordPressExternalConnection} $this The Distributor connection being pushed to.
506-
*
506+
*
507+
* @return {bool} If Distributor should push the post.
507508
*/
508509
$should_push = apply_filters( 'dt_should_push_external_post', true, $post, $args, $this );
509510
if ( ! $should_push ) {

0 commit comments

Comments
 (0)