- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-base.php
r37714 r37985 140 140 */ 141 141 public function find_base_dir( $base = '.', $echo = false ) { 142 _deprecated_function(__FUNCTION__, '2.7 ', 'WP_Filesystem::abspath() or WP_Filesystem::wp_*_dir()' );142 _deprecated_function(__FUNCTION__, '2.7.0', 'WP_Filesystem::abspath() or WP_Filesystem::wp_*_dir()' ); 143 143 $this->verbose = $echo; 144 144 return $this->abspath(); … … 162 162 */ 163 163 public function get_base_dir( $base = '.', $echo = false ) { 164 _deprecated_function(__FUNCTION__, '2.7 ', 'WP_Filesystem::abspath() or WP_Filesystem::wp_*_dir()' );164 _deprecated_function(__FUNCTION__, '2.7.0', 'WP_Filesystem::abspath() or WP_Filesystem::wp_*_dir()' ); 165 165 $this->verbose = $echo; 166 166 return $this->abspath();
Note: See TracChangeset
for help on using the changeset viewer.