Make WordPress Core

Ticket #57069: 57069.5.patch

File 57069.5.patch, 2.2 KB (added by upadalavipul, 23 months ago)
  • wp-includes/class-wp-taxonomy.php

     
    278278         *
    279279         * @since 4.7.0
    280280         *
    281          * @global WP $wp Current WordPress environment instance.
    282          *
    283281         * @param string       $taxonomy    Taxonomy key, must not exceed 32 characters.
    284282         * @param array|string $object_type Name of the object type for the taxonomy object.
    285283         * @param array|string $args        Optional. Array or query string of arguments for registering a taxonomy.
  • wp-includes/class-wp-xmlrpc-server.php

     
    68186818         * Retrieves a pingback and registers it.
    68196819         *
    68206820         * @since 1.5.0
     6821         *
     6822         * @global wpdb $wpdb WordPress database abstraction object.
    68216823         *
    68226824         * @param array $args {
    68236825         *     Method arguments. Note: arguments must be ordered as documented.
  • wp-includes/comment.php

     
    37823782 * Erases personal data associated with an email address from the comments table.
    37833783 *
    37843784 * @since 4.9.6
     3785 *
     3786 * @global wpdb $wpdb WordPress database abstraction object.
    37853787 *
    37863788 * @param string $email_address The comment author email address.
    37873789 * @param int    $page          Comment page.
  • wp-includes/functions.php

     
    163163 * @since 0.71
    164164 * @since 5.3.0 Converted into a wrapper for wp_date().
    165165 *
    166  * @global WP_Locale $wp_locale WordPress date and time locale object.
    167  *
    168166 * @param string   $format                Format to display the date.
    169167 * @param int|bool $timestamp_with_offset Optional. A sum of Unix timestamp and timezone offset
    170168 *                                        in seconds. Default false.