Ticket #60332: 60332.patch
File 60332.patch, 551 bytes (added by , 16 months ago) |
---|
-
src/wp-includes/ms-blogs.php
480 480 * This function is useful if you need to pull posts, or other information, 481 481 * from other blogs. You can switch back afterwards using restore_current_blog(). 482 482 * 483 * Things that aren't switched: 484 * - plugins. See #14941 483 * Plugins are not switched. See #14941. 485 484 * 486 485 * @see restore_current_blog() 487 486 * @since MU (3.0.0)