equal
deleted
inserted
replaced
72 |
72 |
73 function wpmu_get_blog_allowedthemes( $blog_id = 0 ) { |
73 function wpmu_get_blog_allowedthemes( $blog_id = 0 ) { |
74 _deprecated_function( __FUNCTION__, '3.4', 'WP_Theme::get_allowed_on_site()' ); |
74 _deprecated_function( __FUNCTION__, '3.4', 'WP_Theme::get_allowed_on_site()' ); |
75 return array_map( 'intval', WP_Theme::get_allowed_on_site( $blog_id ) ); |
75 return array_map( 'intval', WP_Theme::get_allowed_on_site( $blog_id ) ); |
76 } |
76 } |
|
77 |
|
78 function ms_deprecated_blogs_file() {} |