Changeset 36725
- Timestamp:
- 02/26/2016 09:15:45 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-deprecated.php
r36724 r36725 123 123 * @deprecated 3.0.0 Use get_user_by() 124 124 * @see get_user_by() 125 * 126 * @param string $username Username. 125 127 */ 126 128 function get_user_details( $username ) { … … 135 137 * @deprecated 3.0.0 Use clean_post_cache() 136 138 * @see clean_post_cache() 139 * 140 * @param int $post_id Post ID. 137 141 */ 138 142 function clear_global_post_cache( $post_id ) { … … 174 178 * @deprecated 3.0.0 Use wp_get_sites() 175 179 * @see wp_get_sites() 180 * 181 * @param int $start Optional. Offset for retrieving the blog list. Default 0. 182 * @param int $num Optional. Number of blogs to list. Default 10. 183 * @param string $deprecated Unused. 176 184 */ 177 185 function get_blog_list( $start = 0, $num = 10, $deprecated = '' ) { … … 204 212 * @deprecated 3.0.0 205 213 * 214 * @param int $num Optional. Number of activate blogs to retrieve. Default 10. 215 * @param bool $display Optional. Whether or not to display the most active blogs list. Default true. 206 216 * @return array List of "most active" sites. 207 217 */ … … 255 265 * @see wp_redirect() 256 266 * 257 * @param string $url 267 * @param string $url Optional. Redirect URL. Default empty. 258 268 */ 259 269 function wpmu_admin_do_redirect( $url = '' ) { … … 294 304 * @see add_query_arg() 295 305 * 296 * @param string $url 306 * @param string $url Optional. Redirect URL. Default empty. 297 307 * @return string 298 308 */
Note: See TracChangeset
for help on using the changeset viewer.