mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 06:05:42 +00:00
Remove errant return. props SergeyBiryukov. see #22186.
git-svn-id: https://develop.svn.wordpress.org/trunk@22679 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1000,8 +1000,6 @@ function get_attachment_fields_to_edit($post, $errors = null) {
|
||||
unset( $form_fields['image_alt'] );
|
||||
}
|
||||
|
||||
return $form_fields;
|
||||
|
||||
$form_fields = apply_filters('attachment_fields_to_edit', $form_fields, $post);
|
||||
|
||||
return $form_fields;
|
||||
|
||||
Reference in New Issue
Block a user