Changeset 30978
- Timestamp:
- 12/20/2014 08:39:41 PM (10 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-direct.php
r30753 r30978 395 395 * @param string $path 396 396 * @param bool $recursive 397 * @return type397 * @return bool 398 398 */ 399 399 public function rmdir($path, $recursive = false) { -
trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php
r30682 r30978 90 90 /** 91 91 * @param string $file 92 * @return bool|string92 * @return false|string 93 93 */ 94 94 public function get_contents( $file ) { -
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r30678 r30978 84 84 /** 85 85 * @param string $file 86 * @return bool|string86 * @return false|string 87 87 */ 88 88 public function get_contents( $file ) { -
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r30682 r30978 127 127 * @param string $command 128 128 * @param bool $returnbool 129 * @return bool|string 129 130 */ 130 131 public function run_command( $command, $returnbool = false) { … … 193 194 /** 194 195 * @param string $dir 195 * @return bool 196 * @return bool|string 196 197 */ 197 198 public function chdir($dir) { … … 216 217 * @param int $mode 217 218 * @param bool $recursive 218 * @return bool 219 * @return bool|string 219 220 */ 220 221 public function chmod($file, $mode = false, $recursive = false) { -
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r30679 r30978 430 430 * @param int $pagenum 431 431 * @param int $per_page 432 * @return bool|null432 * @return false|null 433 433 */ 434 434 private function _display_rows_hierarchical( $pages, $pagenum = 1, $per_page = 20 ) {
Note: See TracChangeset
for help on using the changeset viewer.