Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilWJames committed Nov 30, 2023
1 parent 5c84742 commit ebcaf57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-wp-document-revisions-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ public function enqueue_edit_scripts() {


/**
* Only load documenrs from Computer.
* Only load documents from Computer.
*
* @since 3.3
*
Expand Down Expand Up @@ -943,7 +943,7 @@ public function upload_location_cb() {
<span class="description">
<?php
// phpcs:ignore WordPress.Security.EscapeOutput.UnsafePrintingFunction
_e( 'Directory in which to store uploaded documents. The default is in your <code>wp_content/uploads</code> folder (or another default uploads folder defined elsewhere), but it may be moved to a folder outside of the <code>htdocs</code> or <code>public_html</code> folder for added security.', 'wp-document-revisions' );
_e( 'Directory in which to store uploaded documents. The default is in your <code>wp-content/uploads</code> folder (or another default uploads folder defined elsewhere), but it may be moved to a folder outside of the <code>htdocs</code> or <code>public_html</code> folder for added security.', 'wp-document-revisions' );
?>
</span>
<?php if ( is_multisite() ) : ?>
Expand Down

0 comments on commit ebcaf57

Please sign in to comment.