Make WordPress Core

Ticket #21434: 21434.6.diff

File 21434.6.diff, 602 bytes (added by SergeyBiryukov, 12 years ago)
  • wp-includes/cache.php

     
    184184 *
    185185 * This changes the blog id used to create keys in blog specific groups.
    186186 *
     187 * @since 3.5.0
     188 *
    187189 * @param int $blog_id Blog ID
    188190 */
    189191function wp_cache_switch_to_blog( $blog_id ) {
     
    588590         *
    589591         * This changes the blog id used to create keys in blog specific groups.
    590592         *
     593         * @since 3.5.0
     594         *
    591595         * @param int $blog_id Blog ID
    592596         */
    593597        function switch_to_blog( $blog_id ) {