Uses
| Uses | Description |
|---|---|
| wp-includes/l10n.php: __() | Retrieve the translation of $text. |
| wp-includes/class-wp-query.php: WP_Query::is_paged() | Is the query for a paged result and not for the first page? |
| wp-includes/functions.php: _doing_it_wrong() | Mark something as being incorrectly called. |