Changeset 25806 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 10/16/2013 04:14:29 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/file.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r25799 r25806 892 892 if ( !$context ) 893 893 $context = WP_CONTENT_DIR; 894 895 // If the directory doesn't exist (wp-content/languages) then use the parent directory as we'll create it. 896 if ( WP_LANG_DIR == $context && ! is_dir( $context ) ) 897 $context = dirname( $context ); 898 894 899 $context = trailingslashit($context); 895 900 $temp_file_name = $context . 'temp-write-test-' . time(); … … 1022 1027 </script> 1023 1028 <form action="<?php echo esc_url( $form_post ) ?>" method="post"> 1024 <div class="wrap"> 1025 <?php screen_icon(); ?> 1026 <h2><?php _e('Connection Information') ?></h2> 1029 <div> 1030 <h3><?php _e('Connection Information') ?></h3> 1027 1031 <p><?php 1028 1032 $label_user = __('Username');
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)