Parsed: 109200

  public function column_author( $post ) {
    printf(
      '<a href="%s">%s</a>',
      esc_url( add_query_arg( array( 'author' => get_the_author_meta( 'ID' ) ), 'upload.php' ) ),
      get_the_author()
    );
  }