| 5 node.module | node_admin_search() |
1 string reference to 'node_admin_search'
File
- modules/
node.module, line 1428 - The core that allows content to be submitted to the site.
Code
function node_admin_search() {
$output = search_form(url('admin/node/search'), $_POST['edit']['keys'], 'node') . search_data($_POST['edit']['keys'], 'node');
return $output;
}
Login or register to post comments