Make WordPress Core


Ignore:
Timestamp:
07/13/2015 07:55:37 PM (10 years ago)
Author:
DrewAPicture
Message:

Fix summaries and add missing @global descriptions to the upgrade_430_fix_comments() and split_all_shared_terms() functions added in 4.3.

See [33020], [32643]. See #32891.

File:
1 edited

Legend:

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

    r33058 r33212  
    14921492
    14931493/**
    1494  * Execute changes made in WordPress 4.3.0.
     1494 * Executes changes made in WordPress 4.3.0.
    14951495 *
    14961496 * @since 4.3.0
    14971497 *
    1498  * @global int   $wp_current_db_version
    1499  * @global wpdb  $wpdb
     1498 * @global int  $wp_current_db_version Current version.
     1499 * @global wpdb $wpdb                  WordPress database abstraction object.
    15001500 */
    15011501function upgrade_430() {
     
    15281528
    15291529/**
    1530  * Execute comments changes made in WordPress 4.3.0.
     1530 * Executes comments changes made in WordPress 4.3.0.
    15311531 *
    15321532 * @since 4.3.0
    15331533 *
    1534  * @global int   $wp_current_db_version
    1535  * @global wpdb  $wpdb
     1534 * @global int  $wp_current_db_version Current version.
     1535 * @global wpdb $wpdb                  WordPress database abstraction object.
    15361536 */
    15371537function upgrade_430_fix_comments() {
     
    18721872
    18731873/**
    1874  * Split all shared taxonomy terms.
     1874 * Splits all shared taxonomy terms.
    18751875 *
    18761876 * @since 4.3.0
     1877 *
     1878 * @global wpdb $wpdb WordPress database abstraction object.
    18771879 */
    18781880function split_all_shared_terms() {
Note: See TracChangeset for help on using the changeset viewer.