Changeset 36569 for trunk/src/wp-includes/functions.php
- Timestamp:
- 02/18/2016 12:23:04 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r36565 r36569 1886 1886 } 1887 1887 1888 $uploads['error'] = sprintf( __( 'Unable to create directory %s. Is its parent directory writable by the server?' ), $error_path);1888 $uploads['error'] = sprintf( __( 'Unable to create directory %s. Is its parent directory writable by the server?' ), esc_html( $error_path ) ); 1889 1889 } 1890 1890
Note: See TracChangeset
for help on using the changeset viewer.