Coding Standards: Correct some minor coding standards issues.

Introduced in [49154], [49212], [49223], and [49224].

git-svn-id: https://develop.svn.wordpress.org/trunk@49225 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2020-10-20 13:27:48 +00:00
parent 123a965c70
commit a8d80fd4a7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2244,7 +2244,7 @@ function get_post_states( $post ) {
* @return string Media states string.
*/
function _media_states( $post, $echo = true ) {
$media_states = get_media_states( $post );
$media_states = get_media_states( $post );
$media_states_string = '';
if ( ! empty( $media_states ) ) {