Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtangajjar committed Jul 4, 2024
1 parent d3d6648 commit 4ad5180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/PullListTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function column_date( $post ) {
* Output categories column.
*
* @param \WP_Post $post Post object.
* @since 0.8
* @since 2.0.5
*/
public function column_categories( $post ) {
$categories = $post->terms['category'] ?? [];
Expand Down

0 comments on commit 4ad5180

Please sign in to comment.