WordPress allows theme designers to place a 404.php file in their theme's directory. This enables you to provide a custom page content when the WordPress application forwards the 404 over to your 404.php page.
My question is this: Does this constitute a true 404 error that would be registered as such by Google and other crawlers, or does the fact that Wordpress intercepts the request and passes it to the physical 404.php page mean that no true 404 has occurred?