Changeset 13198 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
- Timestamp:
- 02/12/2024 04:38:27 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
r13135 r13198 115 115 if ( $unexpected_files ) { 116 116 $unexpected_files = array_map( 'basename', $unexpected_files ); 117 $unexpected_files = array_map( 'esc_html', $unexpected_files ); 117 118 118 119 $error = __( 'Error: The plugin contains unexpected files.', 'wporg-plugins' );
Note: See TracChangeset
for help on using the changeset viewer.