Make WordPress Core

Ticket #60332: 60332.patch

File 60332.patch, 551 bytes (added by sabernhardt, 16 months ago)
  • src/wp-includes/ms-blogs.php

     
    480480 * This function is useful if you need to pull posts, or other information,
    481481 * from other blogs. You can switch back afterwards using restore_current_blog().
    482482 *
    483  * Things that aren't switched:
    484  *  - plugins. See #14941
     483 * Plugins are not switched. See #14941.
    485484 *
    486485 * @see restore_current_blog()
    487486 * @since MU (3.0.0)