Ticket #57069: 57069.5.patch
File 57069.5.patch, 2.2 KB (added by , 23 months ago) |
---|
-
wp-includes/class-wp-taxonomy.php
278 278 * 279 279 * @since 4.7.0 280 280 * 281 * @global WP $wp Current WordPress environment instance.282 *283 281 * @param string $taxonomy Taxonomy key, must not exceed 32 characters. 284 282 * @param array|string $object_type Name of the object type for the taxonomy object. 285 283 * @param array|string $args Optional. Array or query string of arguments for registering a taxonomy. -
wp-includes/class-wp-xmlrpc-server.php
6818 6818 * Retrieves a pingback and registers it. 6819 6819 * 6820 6820 * @since 1.5.0 6821 * 6822 * @global wpdb $wpdb WordPress database abstraction object. 6821 6823 * 6822 6824 * @param array $args { 6823 6825 * Method arguments. Note: arguments must be ordered as documented. -
wp-includes/comment.php
3782 3782 * Erases personal data associated with an email address from the comments table. 3783 3783 * 3784 3784 * @since 4.9.6 3785 * 3786 * @global wpdb $wpdb WordPress database abstraction object. 3785 3787 * 3786 3788 * @param string $email_address The comment author email address. 3787 3789 * @param int $page Comment page. -
wp-includes/functions.php
163 163 * @since 0.71 164 164 * @since 5.3.0 Converted into a wrapper for wp_date(). 165 165 * 166 * @global WP_Locale $wp_locale WordPress date and time locale object.167 *168 166 * @param string $format Format to display the date. 169 167 * @param int|bool $timestamp_with_offset Optional. A sum of Unix timestamp and timezone offset 170 168 * in seconds. Default false.