Changeset 58742 for trunk/src/wp-includes/functions.php
- Timestamp:
- 07/17/2024 12:51:34 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r58715 r58742 7498 7498 * @since 6.6.0 7499 7499 * 7500 * @param ?string $blog_charset Slug representing a text character encoding, or "charset". 7501 * E.g. "UTF-8", "Windows-1252", "ISO-8859-1", "SJIS". 7500 * @param string|null $blog_charset Optional. Slug representing a text character encoding, or "charset". 7501 * E.g. "UTF-8", "Windows-1252", "ISO-8859-1", "SJIS". 7502 * Default value is to infer from "blog_charset" option. 7502 7503 * @return bool Whether the slug represents the UTF-8 encoding. 7503 7504 */
Note: See TracChangeset
for help on using the changeset viewer.