Uses
| Uses | Description | 
|---|---|
| wp-includes/l10n.php: __() | Retrieve the translation of $text. | 
| wp-includes/class-wp-query.php: WP_Query::is_404() | Is the query a 404 (returns no results)? | 
| wp-includes/functions.php: _doing_it_wrong() | Mark something as being incorrectly called. |