Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Small change just to trigger github actions again
  • Loading branch information
audrasjb authored Mar 11, 2025
commit d7d2c8581c70bb8bf0f70eb72f042166aa1618d8
2 changes: 1 addition & 1 deletion src/wp-admin/includes/class-wp-posts-list-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ public function column_author( $post ) {
);
echo $this->get_edit_link( $args, esc_html( $author ) );
} else {
echo '<span aria-hidden="true">&#8212;</span><span class="screen-reader-text">' . __( 'no author' ) . '</span>';
echo '<span aria-hidden="true">&#8212;</span><span class="screen-reader-text">' . __( 'no author' ) . '</span>';
}
}

Expand Down
Loading