Changeset 34493
- Timestamp:
- 09/24/2015 02:10:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php
r33984 r34493 94 94 95 95 /** 96 * @access public 97 * 98 * @param string $file 99 * @return false|string 96 * Retrieves the file contents. 97 * 98 * @since 2.5.0 99 * @access public 100 * 101 * @param string $file Filename. 102 * @return string|false File contents on success, false if no temp file could be opened, 103 * or if the file couldn't be retrieved. 100 104 */ 101 105 public function get_contents( $file ) {
Note: See TracChangeset
for help on using the changeset viewer.