Go to file
Jeremy Felt 6f62798887 Multisite: Deprecate `wp_get_network()`.
`wp_get_network()` was converted into a wrapper for `get_network()` in 4.6.0 and can now be deprecated.

This moves `wp_get_network()` to the bottom of `ms-load.php` as `ms-deprecated.php` is not available early enough.

Props PieWP, flixos90.
Fixes #37553.


git-svn-id: https://develop.svn.wordpress.org/trunk@38515 602fd350-edb4-49c9-b593-d223f7449a82
2016-09-02 23:48:00 +00:00
src Multisite: Deprecate `wp_get_network()`. 2016-09-02 23:48:00 +00:00
tests Embeds: Clarify some assertion failure messages and correct a test URL for Twitter timelines. 2016-09-02 22:52:48 +00:00
tools/i18n
.editorconfig
.gitignore After [38399], update the `.gitignore` file accordingly. 2016-08-27 11:28:11 +00:00
.jshintrc
.travis.yml Build/Test Tools: Ensure PHP 7.1 is tested on Travis. 2016-08-17 20:45:07 +00:00
Gruntfile.js OEmbed: add unit tests. `@group external-oembed` is not run by default. 2016-08-30 18:54:53 +00:00
package.json Trunk is now 4.7-alpha. 2016-08-02 13:44:37 +00:00
phpunit.xml.dist OEmbed: add unit tests. `@group external-oembed` is not run by default. 2016-08-30 18:54:53 +00:00
wp-cli.yml
wp-config-sample.php
wp-tests-config-sample.php