Changeset 41200 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 08/01/2017 08:43:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r41163 r41200 73 73 * Fires before a site is deleted. 74 74 * 75 * @since MU 75 * @since MU (3.0.0) 76 76 * 77 77 * @param int $blog_id The site ID. … … 117 117 * Filters the tables to drop when the site is deleted. 118 118 * 119 * @since MU 119 * @since MU (3.0.0) 120 120 * 121 121 * @param array $tables The site tables to be dropped. … … 133 133 * Filters the upload base directory to delete when the site is deleted. 134 134 * 135 * @since MU 135 * @since MU (3.0.0) 136 136 * 137 137 * @param string $uploads['basedir'] Uploads path without subdirectory. @see wp_upload_dir() … … 222 222 * Fires before a user is deleted from the network. 223 223 * 224 * @since MU 224 * @since MU (3.0.0) 225 225 * 226 226 * @param int $id ID of the user about to be deleted from the network. … … 315 315 * ###SITEURL### The URL to the site. 316 316 * 317 * @since MU 317 * @since MU (3.0.0) 318 318 * 319 319 * @param string $email_text Text in the email. … … 339 339 * Check whether a site has used its allotted upload space. 340 340 * 341 * @since MU 341 * @since MU (3.0.0) 342 342 * 343 343 * @param bool $echo Optional. If $echo is set and the quota is exceeded, a warning message is echoed. Default is true. … … 366 366 * Displays the amount of disk space used by the current site. Not used in core. 367 367 * 368 * @since MU 368 * @since MU (3.0.0) 369 369 */ 370 370 function display_space_usage() { … … 394 394 * Get the remaining upload space for this site. 395 395 * 396 * @since MU 396 * @since MU (3.0.0) 397 397 * 398 398 * @param int $size Current max size in bytes … … 531 531 * Filters the language codes. 532 532 * 533 * @since MU 533 * @since MU (3.0.0) 534 534 * 535 535 * @param array $lang_codes Key/value pair of language codes where key is the short version. … … 659 659 * Filters the languages available in the dropdown. 660 660 * 661 * @since MU 661 * @since MU (3.0.0) 662 662 * 663 663 * @param array $output HTML output of the dropdown.
Note: See TracChangeset
for help on using the changeset viewer.