mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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 ) ) {
|
||||
|
||||
Reference in New Issue
Block a user