Make WordPress Core


Ignore:
Timestamp:
03/07/2024 06:09:09 AM (9 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add a description for the $table_prefix global.

Follow-up to [57748].

See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-blogs.php

    r57608 r57787  
    490490 * @global array           $_wp_switched_stack
    491491 * @global bool            $switched
    492  * @global string          $table_prefix
     492 * @global string          $table_prefix       The database table prefix.
    493493 * @global WP_Object_Cache $wp_object_cache
    494494 *
     
    600600 * @global int             $blog_id
    601601 * @global bool            $switched
    602  * @global string          $table_prefix
     602 * @global string          $table_prefix       The database table prefix.
    603603 * @global WP_Object_Cache $wp_object_cache
    604604 *
Note: See TracChangeset for help on using the changeset viewer.