WordPress Version: 4.4
/**
* Deprecated functionality for determining whether a file is deprecated.
*
* @deprecated 3.5.0
*/
function ms_deprecated_blogs_file()
{
}
The timeline below displays how wordpress function ms_deprecated_blogs_file has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* Deprecated functionality for determining whether a file is deprecated.
*
* @deprecated 3.5.0
*/
function ms_deprecated_blogs_file()
{
}
/**
* @deprecated
*/
function ms_deprecated_blogs_file()
{
}
function ms_deprecated_blogs_file()
{
}