Fix typos. props TobiasBg fixes #12398
git-svn-id: https://develop.svn.wordpress.org/trunk@13455 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
44051cfdb6
commit
3a0b94a917
|
@ -673,8 +673,8 @@ function wp_manage_posts_columns( $screen = '') {
|
||||||
if ( 'page' == $post_type )
|
if ( 'page' == $post_type )
|
||||||
$posts_columns = apply_filters( 'manage_pages_columns', $posts_columns );
|
$posts_columns = apply_filters( 'manage_pages_columns', $posts_columns );
|
||||||
else
|
else
|
||||||
$post_columns = apply_filters( 'manage_posts_columns', $posts_columns, $post_type );
|
$posts_columns = apply_filters( 'manage_posts_columns', $posts_columns, $post_type );
|
||||||
$post_columns = apply_filters( "manage_{$post_type}_posts_columns", $posts_columns );
|
$posts_columns = apply_filters( "manage_{$post_type}_posts_columns", $posts_columns );
|
||||||
|
|
||||||
return $posts_columns;
|
return $posts_columns;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue