Declare visibility of _prepare_post_type() as protected. See #20566.

git-svn-id: http://core.svn.wordpress.org/trunk@20714 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
duck_ 2012-05-03 15:59:50 +00:00
parent eb8e069932
commit 281ad053fc

View File

@ -689,7 +689,7 @@ class wp_xmlrpc_server extends IXR_Server {
* @param array $fields The subset of post fields to return
* @return array The prepared post type data
*/
public function _prepare_post_type( $post_type, $fields ) {
protected function _prepare_post_type( $post_type, $fields ) {
$_post_type = array(
'name' => $post_type->name,
'label' => $post_type->label,