Changeset 54877
- Timestamp:
- 11/26/2022 09:37:18 AM (22 months ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-taxonomy.php
r54133 r54877 278 278 * 279 279 * @since 4.7.0 280 *281 * @global WP $wp Current WordPress environment instance.282 280 * 283 281 * @param string $taxonomy Taxonomy key, must not exceed 32 characters. -
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r54468 r54877 6820 6820 * @since 1.5.0 6821 6821 * 6822 * @global wpdb $wpdb WordPress database abstraction object. 6823 * 6822 6824 * @param array $args { 6823 6825 * Method arguments. Note: arguments must be ordered as documented. -
trunk/src/wp-includes/comment.php
r54527 r54877 3784 3784 * @since 4.9.6 3785 3785 * 3786 * @global wpdb $wpdb WordPress database abstraction object. 3787 * 3786 3788 * @param string $email_address The comment author email address. 3787 3789 * @param int $page Comment page. -
trunk/src/wp-includes/functions.php
r54855 r54877 163 163 * @since 0.71 164 164 * @since 5.3.0 Converted into a wrapper for wp_date(). 165 *166 * @global WP_Locale $wp_locale WordPress date and time locale object.167 165 * 168 166 * @param string $format Format to display the date.
Note: See TracChangeset
for help on using the changeset viewer.