Changeset 57787
- Timestamp:
- 03/07/2024 06:09:09 AM (8 months ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r57155 r57787 148 148 * @global wpdb $wpdb WordPress database abstraction object. 149 149 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 150 * @global string $table_prefix 150 * @global string $table_prefix The database table prefix. 151 151 * 152 152 * @param int $user_id User ID. -
trunk/src/wp-includes/ms-blogs.php
r57608 r57787 490 490 * @global array $_wp_switched_stack 491 491 * @global bool $switched 492 * @global string $table_prefix 492 * @global string $table_prefix The database table prefix. 493 493 * @global WP_Object_Cache $wp_object_cache 494 494 * … … 600 600 * @global int $blog_id 601 601 * @global bool $switched 602 * @global string $table_prefix 602 * @global string $table_prefix The database table prefix. 603 603 * @global WP_Object_Cache $wp_object_cache 604 604 *
Note: See TracChangeset
for help on using the changeset viewer.