mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Coding Standards: Fix a precision alignment issue in wp-admin/includes/template.php.
Follow-up to [49223]. See #52627. git-svn-id: https://develop.svn.wordpress.org/trunk@50795 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2345,7 +2345,7 @@ function get_media_states( $post ) {
|
||||
* 'Background Image', 'Site Icon', 'Logo'.
|
||||
* @param WP_Post $post The current attachment object.
|
||||
*/
|
||||
return apply_filters( 'display_media_states', $media_states, $post );
|
||||
return apply_filters( 'display_media_states', $media_states, $post );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user