Skip to content

Commit 35b2a95

Browse files
committed
fix phpcs issue
1 parent d5dac96 commit 35b2a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/rest/class-outbox.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public static function user_outbox_get( $request ) {
7474
$json->type = 'OrderedCollectionPage';
7575
$json->partOf = \get_rest_url( null, "/activitypub/1.0/users/$user_id/outbox" ); // phpcs:ignore
7676

77+
// phpcs:ignore
7778
$json->totalItems = 0;
7879
foreach ( $post_types as $post_type ) {
7980
$count_posts = \wp_count_posts( $post_type );

0 commit comments

Comments
 (0)