Changeset 53944
- Timestamp:
- 08/26/2022 01:01:23 AM (2 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r53730 r53944 3298 3298 * 3299 3299 * @since 4.4.0 3300 * @ access private3300 * @since 6.1.0 This function is no longer marked as "private". 3301 3301 * 3302 3302 * @see update_comment_cache() -
trunk/src/wp-includes/functions.php
r53934 r53944 6989 6989 * 6990 6990 * @since 3.4.0 6991 * @ access private6991 * @since 6.1.0 This function is no longer marked as "private". 6992 6992 * 6993 6993 * @param int[] $object_ids Array of IDs. -
trunk/src/wp-includes/ms-network.php
r52707 r53944 123 123 * 124 124 * @since 4.6.0 125 * @ access private125 * @since 6.1.0 This function is no longer marked as "private". 126 126 * 127 127 * @see update_network_cache() -
trunk/src/wp-includes/ms-site.php
r53939 r53944 340 340 * @since 4.6.0 341 341 * @since 5.1.0 Introduced the `$update_meta_cache` parameter. 342 * @ access private342 * @since 6.1.0 This function is no longer marked as "private". 343 343 * 344 344 * @see update_site_cache() -
trunk/src/wp-includes/post.php
r53934 r53944 7906 7906 * 7907 7907 * @since 3.4.0 7908 * @ access private7908 * @since 6.1.0 This function is no longer marked as "private". 7909 7909 * 7910 7910 * @see update_post_caches() -
trunk/src/wp-includes/taxonomy.php
r53893 r53944 4006 4006 * 4007 4007 * @since 4.6.0 4008 * @ access private4008 * @since 6.1.0 This function is no longer marked as "private". 4009 4009 * 4010 4010 * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset
for help on using the changeset viewer.