Use correct var in inline_edit_row(). fixes #12887.

git-svn-id: https://develop.svn.wordpress.org/trunk@14026 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-07 06:01:29 +00:00
parent f11175d631
commit fb9e47a5a9
1 changed files with 2 additions and 2 deletions

View File

@ -844,7 +844,7 @@ function get_hidden_columns($screen) {
*
* @since 2.7
*
* @param string $type 'post' or 'page'
* @param string $screen
*/
function inline_edit_row( $screen ) {
global $current_user, $mode;
@ -1143,7 +1143,7 @@ endif; // post_type_supports comments or pings ?>
foreach ( $columns as $column_name => $column_display_name ) {
if ( isset( $core_columns[$column_name] ) )
continue;
do_action( $bulk ? 'bulk_edit_custom_box' : 'quick_edit_custom_box', $column_name, $type);
do_action( $bulk ? 'bulk_edit_custom_box' : 'quick_edit_custom_box', $column_name, $screen->post_type );
}
?>
<p class="submit inline-edit-save">