Changeset 14026
- Timestamp:
- 04/07/2010 06:01:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r14025 r14026 845 845 * @since 2.7 846 846 * 847 * @param string $ type 'post' or 'page'847 * @param string $screen 848 848 */ 849 849 function inline_edit_row( $screen ) { … … 1144 1144 if ( isset( $core_columns[$column_name] ) ) 1145 1145 continue; 1146 do_action( $bulk ? 'bulk_edit_custom_box' : 'quick_edit_custom_box', $column_name, $ type);1146 do_action( $bulk ? 'bulk_edit_custom_box' : 'quick_edit_custom_box', $column_name, $screen->post_type ); 1147 1147 } 1148 1148 ?>
Note: See TracChangeset
for help on using the changeset viewer.