Changeset 36232 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 01/09/2016 01:44:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r36069 r36232 1160 1160 * @since MU 1161 1161 * 1162 * @param int $blog_id The new site's ID. 1162 * @param int $blog_id The new site's ID. 1163 * @param string $deprecated Not used. 1163 1164 * @return bool 1164 1165 */ … … 1755 1756 * 1756 1757 * @global wpdb $wpdb WordPress database abstraction object. 1758 * 1759 * @param string $deprecated Not used. 1757 1760 */ 1758 1761 function update_posts_count( $deprecated = '' ) { … … 1788 1791 * @staticvar int $global_terms_recurse 1789 1792 * 1790 * @param int $term_id An ID for a term on the current blog. 1793 * @param int $term_id An ID for a term on the current blog. 1794 * @param string $deprecated Not used. 1791 1795 * @return int An ID from the global terms table mapped from $term_id. 1792 1796 */ … … 1857 1861 * @since MU 1858 1862 * 1863 * @param array|string $deprecated Not used. 1859 1864 * @return array The current site's domain 1860 1865 */ … … 2020 2025 * 2021 2026 * @since MU 2027 * 2028 * @param PHPMailer $phpmailer The PHPMailer instance, passed by reference. 2022 2029 */ 2023 2030 function fix_phpmailer_messageid( $phpmailer ) { … … 2352 2359 2353 2360 /** 2361 * Filters the maximum upload file size allowed, in bytes. 2362 * 2354 2363 * @since 3.0.0 2355 2364 * 2356 * @return int of upload size limit in bytes 2365 * @param int $size Upload size limit in bytes. 2366 * @return int Upload size limit in bytes. 2357 2367 */ 2358 2368 function upload_size_limit_filter( $size ) {
Note: See TracChangeset
for help on using the changeset viewer.