Changeset 41200 for trunk/src/wp-includes/ms-blogs.php
- Timestamp:
- 08/01/2017 08:43:25 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-blogs.php (modified) (27 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r40352 r41200 6 6 * @package WordPress 7 7 * @subpackage Multisite 8 * @since MU 8 * @since MU (3.0.0) 9 9 */ 10 10 … … 12 12 * Update the last_updated field for the current site. 13 13 * 14 * @since MU 14 * @since MU (3.0.0) 15 15 * 16 16 * @global wpdb $wpdb WordPress database abstraction object. … … 23 23 * Fires after the blog details are updated. 24 24 * 25 * @since MU 25 * @since MU (3.0.0) 26 26 * 27 27 * @param int $blog_id Site ID. … … 33 33 * Get a full blog URL, given a blog id. 34 34 * 35 * @since MU 35 * @since MU (3.0.0) 36 36 * 37 37 * @param int $blog_id Blog ID … … 54 54 * Get a full blog URL, given a blog name. 55 55 * 56 * @since MU 56 * @since MU (3.0.0) 57 57 * 58 58 * @param string $blogname The (subdomain or directory) name … … 75 75 * Retrieves a sites ID given its (subdomain or directory) slug. 76 76 * 77 * @since MU 77 * @since MU (3.0.0) 78 78 * @since 4.7.0 Converted to use get_sites(). 79 79 * … … 110 110 * Retrieve the details for a blog from the blogs table and blog options. 111 111 * 112 * @since MU 112 * @since MU (3.0.0) 113 113 * 114 114 * @global wpdb $wpdb WordPress database abstraction object. … … 240 240 * Filters a blog's details. 241 241 * 242 * @since MU 242 * @since MU (3.0.0) 243 243 * @deprecated 4.7.0 Use site_details 244 244 * … … 258 258 * Clear the blog details cache. 259 259 * 260 * @since MU 260 * @since MU (3.0.0) 261 261 * 262 262 * @param int $blog_id Optional. Blog ID. Defaults to current blog. … … 295 295 * Update the details for a blog. Updates the blogs table for a given blog id. 296 296 * 297 * @since MU 297 * @since MU (3.0.0) 298 298 * 299 299 * @global wpdb $wpdb WordPress database abstraction object. … … 342 342 * Fires when the 'spam' status is added to a blog. 343 343 * 344 * @since MU 344 * @since MU (3.0.0) 345 345 * 346 346 * @param int $blog_id Blog ID. … … 351 351 * Fires when the 'spam' status is removed from a blog. 352 352 * 353 * @since MU 353 * @since MU (3.0.0) 354 354 * 355 355 * @param int $blog_id Blog ID. … … 388 388 * Fires when the 'archived' status is added to a blog. 389 389 * 390 * @since MU 390 * @since MU (3.0.0) 391 391 * 392 392 * @param int $blog_id Blog ID. … … 397 397 * Fires when the 'archived' status is removed from a blog. 398 398 * 399 * @since MU 399 * @since MU (3.0.0) 400 400 * 401 401 * @param int $blog_id Blog ID. … … 649 649 * If the option was serialized then it will be unserialized when it is returned. 650 650 * 651 * @since MU 651 * @since MU (3.0.0) 652 652 * 653 653 * @param int $id A blog ID. Can be null to refer to the current blog. … … 694 694 * options the same as the ones which are protected. 695 695 * 696 * @since MU 696 * @since MU (3.0.0) 697 697 * 698 698 * @param int $id A blog ID. Can be null to refer to the current blog. … … 720 720 * Removes option by name for a given blog id. Prevents removal of protected WordPress options. 721 721 * 722 * @since MU 722 * @since MU (3.0.0) 723 723 * 724 724 * @param int $id A blog ID. Can be null to refer to the current blog. … … 745 745 * Update an option for a particular blog. 746 746 * 747 * @since MU 747 * @since MU (3.0.0) 748 748 * 749 749 * @param int $id The blog id. … … 780 780 * 781 781 * @see restore_current_blog() 782 * @since MU 782 * @since MU (3.0.0) 783 783 * 784 784 * @global wpdb $wpdb … … 812 812 * Fires when the blog is switched. 813 813 * 814 * @since MU 814 * @since MU (3.0.0) 815 815 * 816 816 * @param int $new_blog New blog ID. … … 866 866 * 867 867 * @see switch_to_blog() 868 * @since MU 868 * @since MU (3.0.0) 869 869 * 870 870 * @global wpdb $wpdb … … 954 954 * Check if a particular blog is archived. 955 955 * 956 * @since MU 956 * @since MU (3.0.0) 957 957 * 958 958 * @param int $id The blog id … … 966 966 * Update the 'archived' status of a particular blog. 967 967 * 968 * @since MU 968 * @since MU (3.0.0) 969 969 * 970 970 * @param int $id The blog id … … 980 980 * Update a blog details field. 981 981 * 982 * @since MU 982 * @since MU (3.0.0) 983 983 * 984 984 * @global wpdb $wpdb WordPress database abstraction object. … … 1042 1042 * Fires after the current blog's 'public' setting is updated. 1043 1043 * 1044 * @since MU 1044 * @since MU (3.0.0) 1045 1045 * 1046 1046 * @param int $blog_id Blog ID. … … 1056 1056 * Get a blog details field. 1057 1057 * 1058 * @since MU 1058 * @since MU (3.0.0) 1059 1059 * 1060 1060 * @global wpdb $wpdb WordPress database abstraction object. … … 1077 1077 * Get a list of most recently updated blogs. 1078 1078 * 1079 * @since MU 1079 * @since MU (3.0.0) 1080 1080 * 1081 1081 * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset
for help on using the changeset viewer.