This method has been deprecated.

Custom_Background::attachment_fields_to_edit( array $form_fields )


Parameters

$form_fields

(array) (Required)


Return

(array) $form_fields


Source

File: wp-admin/custom-background.php

	public function attachment_fields_to_edit( $form_fields ) {
		return $form_fields;
	}

Changelog

Changelog
Version Description
WP-3.5.0 This method has been deprecated.
WP-3.4.0 Introduced. This method has been deprecated.