Ticket #57069: 57069.8.patch
File 57069.8.patch, 2.9 KB (added by , 22 months ago) |
---|
-
wp-admin/includes/export.php
317 317 * Outputs term meta XML tags for a given term object. 318 318 * 319 319 * @since 4.6.0 320 * 321 * @global wpdb $wpdb WordPress database abstraction object. 320 322 * 321 323 * @param WP_Term $term Term object. 322 324 */ -
wp-includes/ms-deprecated.php
178 178 * @since MU (3.0.0) 179 179 * @deprecated 3.0.0 Use wp_get_sites() 180 180 * @see wp_get_sites() 181 * 182 * @global wpdb $wpdb WordPress database abstraction object. 181 183 * 182 184 * @param int $start Optional. Offset for retrieving the blog list. Default 0. 183 185 * @param int $num Optional. Number of blogs to list. Default 10. -
wp-includes/ms-functions.php
1278 1278 * Deletes an associated signup entry when a user is deleted from the database. 1279 1279 * 1280 1280 * @since 5.5.0 1281 * 1282 * @global wpdb $wpdb WordPress database abstraction object. 1281 1283 * 1282 1284 * @param int $id ID of the user to delete. 1283 1285 * @param int|null $reassign ID of the user to reassign posts and links to. -
wp-includes/option.php
1034 1034 * from table a, and the corresponding transient_timeout record from table b. 1035 1035 * 1036 1036 * @since 4.9.0 1037 * 1038 * @global wpdb $wpdb WordPress database abstraction object. 1037 1039 * 1038 1040 * @param bool $force_db Optional. Force cleanup to run against the database even when an external object cache is used. 1039 1041 */ -
wp-includes/post.php
7952 7952 * 7953 7953 * @since 4.5.0 7954 7954 * @access private 7955 * 7956 * @global wpdb $wpdb WordPress database abstraction object. 7955 7957 * 7956 7958 * @param WP_Post $post The post. 7957 7959 * @return string New slug for the post. -
wp-includes/user.php
3507 3507 * 3508 3508 * @since 4.4.0 3509 3509 * @since 4.9.0 The `$site_id` parameter was added to support multisite. 3510 * 3511 * @global wpdb $wpdb WordPress database abstraction object. 3510 3512 * 3511 3513 * @param int|null $site_id Optional. The site ID to get users with no role for. Defaults to the current site. 3512 3514 * @return string[] Array of user IDs as strings.