Changeset 7999 for trunk/wp-admin/includes/class-wp-filesystem-direct.php
- Timestamp:
- 05/27/2008 05:55:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-direct.php
r7785 r7999 14 14 $this->permission = $perm; 15 15 } 16 function find_base_dir($base = '.', $echo = false){ 17 return str_replace('\\','/',ABSPATH); 18 } 19 function get_base_dir($base = '.', $echo = false){ 16 function find_base_dir($path = false, $base = '.', $echo = false){ 17 if (!$path) 18 $path = ABSPATH; 19 return str_replace('\\','/',$path); 20 } 21 function get_base_dir($path = false, $base = '.', $echo = false){ 20 22 return $this->find_base_dir($base, $echo); 21 23 }
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)