Skip to content

Commit

Permalink
Merge pull request #4024 from 10up/fix/update-documents-description
Browse files Browse the repository at this point in the history
Update supported document file types in summary
  • Loading branch information
felipeelia authored Dec 2, 2024
2 parents 51d6e46 + 1c51449 commit 91449eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/Feature/Documents/Documents.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct() {

$this->title = esc_html__( 'Documents', 'elasticpress' );

$this->summary = '<p>' . __( 'Website search results will include popular document file types, using file names as well as their content. Supported file types include: ppt, pptx, doc, docx, xls, xlsx, pdf.', 'elasticpress' ) . '</p>';
$this->summary = '<p>' . __( 'Website search results will include popular document file types, using file names as well as their content. Supported file types include: ppt, pptx, doc, docx, xls, xlsx, pdf, csv, txt.', 'elasticpress' ) . '</p>';

$this->docs_url = __( 'https://www.elasticpress.io/documentation/article/configuring-elasticpress-via-the-plugin-dashboard/#documents', 'elasticpress' );

Expand Down

0 comments on commit 91449eb

Please sign in to comment.