Changeset 54953
- Timestamp:
- 12/09/2022 11:52:58 AM (22 months ago)
- Location:
- trunk/src
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-debug-data.php
r54239 r54953 31 31 * @throws ImagickException 32 32 * @global wpdb $wpdb WordPress database abstraction object. 33 * @global $_wp_theme_features 33 34 * 34 35 * @return array The debug data for the site. … … 1559 1560 * @since 5.2.0 1560 1561 * 1562 * @global wpdb $wpdb WordPress database abstraction object. 1563 * 1561 1564 * @return int The size of the database, in bytes. 1562 1565 */ -
trunk/src/wp-admin/includes/class-wp-site-health.php
r54872 r54953 1284 1284 * 1285 1285 * @since 5.2.0 1286 * 1287 * @global wpdb $wpdb WordPress database abstraction object. 1286 1288 * 1287 1289 * @return array The test results. -
trunk/src/wp-admin/includes/deprecated.php
r53228 r54953 525 525 * @since 2.1.0 526 526 * @access public 527 * 528 * @global wpdb $wpdb WordPress database abstraction object. 527 529 */ 528 530 public function prepare_query() { … … 563 565 * @since 2.1.0 564 566 * @access public 567 * 568 * @global wpdb $wpdb WordPress database abstraction object. 565 569 */ 566 570 public function query() { -
trunk/src/wp-admin/includes/export.php
r54881 r54953 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. -
trunk/src/wp-includes/ms-deprecated.php
r54946 r54953 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. -
trunk/src/wp-includes/ms-functions.php
r54637 r54953 1280 1280 * @since 5.5.0 1281 1281 * 1282 * @global wpdb $wpdb WordPress database abstraction object. 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. -
trunk/src/wp-includes/option.php
r54948 r54953 1033 1033 * The multi-table delete syntax is used to delete the transient record 1034 1034 * from table a, and the corresponding transient_timeout record from table b. 1035 * 1036 * @global wpdb $wpdb WordPress database abstraction object. 1035 1037 * 1036 1038 * @since 4.9.0 -
trunk/src/wp-includes/post.php
r54894 r54953 7954 7954 * @access private 7955 7955 * 7956 * @global wpdb $wpdb WordPress database abstraction object. 7957 * 7956 7958 * @param WP_Post $post The post. 7957 7959 * @return string New slug for the post. -
trunk/src/wp-includes/user.php
r54940 r54953 3509 3509 * @since 4.9.0 The `$site_id` parameter was added to support multisite. 3510 3510 * 3511 * @global wpdb $wpdb WordPress database abstraction object. 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.
Note: See TracChangeset
for help on using the changeset viewer.