Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/ms-functions.php: domain_exists() | Checks whether a site name is already taken. |
wp-includes/ms-deprecated.php: insert_blog() | Store basic site info in the blogs table. |
wp-includes/ms-deprecated.php: install_blog() | Install an empty blog. |
wp-includes/ms-blogs.php: switch_to_blog() | Switch the current blog. |
wp-includes/ms-blogs.php: restore_current_blog() | Restore the current blog, after calling switch_to_blog(). |