Make WordPress Core


Ignore:
Timestamp:
08/04/2019 01:11:01 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing description for $wpdb, $wp_db_version, and $wp_current_db_version globals.

Props mukesh27, utsav72640, immeet94, SergeyBiryukov.
See #45604.

File:
1 edited

Legend:

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

    r45662 r45734  
    32613261 * @see wp_delete_auto_drafts()
    32623262 *
     3263 * @global wpdb $wpdb WordPress database abstraction object.
     3264 *
    32633265 * @param string   $new_status Transition to this post status.
    32643266 * @param string   $old_status Previous post status.
    32653267 * @param \WP_Post $post       Post data.
    3266  * @global wpdb $wpdb
    32673268 */
    32683269function _wp_keep_alive_customize_changeset_dependent_auto_drafts( $new_status, $old_status, $post ) {
Note: See TracChangeset for help on using the changeset viewer.