Fix typos. props TobiasBg fixes #12398
git-svn-id: http://svn.automattic.com/wordpress/trunk@13455 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1a511e40e1
commit
252e198ea8
|
@ -673,8 +673,8 @@ function wp_manage_posts_columns( $screen = '') {
|
|||
if ( 'page' == $post_type )
|
||||
$posts_columns = apply_filters( 'manage_pages_columns', $posts_columns );
|
||||
else
|
||||
$post_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_posts_columns', $posts_columns, $post_type );
|
||||
$posts_columns = apply_filters( "manage_{$post_type}_posts_columns", $posts_columns );
|
||||
|
||||
return $posts_columns;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue