Changeset 32654 for trunk/src/wp-admin/includes/class-wp-importer.php
- Timestamp:
- 05/29/2015 08:16:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-importer.php
r32642 r32654 15 15 * @global wpdb $wpdb 16 16 * 17 * @param string $importer_name 17 18 * @param string $bid 18 19 * @return array … … 54 55 * @global wpdb $wpdb 55 56 * 57 * @param string $importer_name 56 58 * @param string $bid 57 59 * @return int … … 121 123 } 122 124 125 /** 126 * 127 * @param int $blog_id 128 * @return int|void 129 */ 123 130 public function set_blog( $blog_id ) { 124 131 if ( is_numeric( $blog_id ) ) { … … 148 155 } 149 156 157 /** 158 * 159 * @param int $user_id 160 * @return int|void 161 */ 150 162 public function set_user( $user_id ) { 151 163 if ( is_numeric( $user_id ) ) { … … 180 192 * @param string $username 181 193 * @param string $password 182 * @param bool $head194 * @param bool $head 183 195 * @return array 184 196 */ … … 255 267 * 256 268 * @param string $param 257 * @param bool $required269 * @param bool $required 258 270 * @return mixed 259 271 */
Note: See TracChangeset
for help on using the changeset viewer.