Changeset 48109 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 06/20/2020 12:38:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r48059 r48109 454 454 * __isset() magic method for properties formerly returned by current_theme_info() 455 455 * 456 * @staticvar array $properties457 *458 456 * @since 3.4.0 459 457 * … … 547 545 /** 548 546 * Method to implement ArrayAccess for keys formerly returned by get_themes() 549 *550 * @staticvar array $keys551 547 * 552 548 * @since 3.4.0 … … 811 807 * @since 5.4.0 Added support for `Requires at least` and `Requires PHP` headers. 812 808 * 813 * @staticvar array $header_tags814 * @staticvar array $header_tags_with_a815 *816 809 * @param string $header Theme header. Accepts 'Name', 'Description', 'Author', 'Version', 817 810 * 'ThemeURI', 'AuthorURI', 'Status', 'Tags', 'RequiresWP', 'RequiresPHP'. … … 877 870 * @since 3.4.0 878 871 * 879 * @staticvar string $comma880 *881 872 * @param string $header Theme header. Name, Description, Author, Version, ThemeURI, AuthorURI, Status, Tags. 882 873 * @param string|array $value Value to mark up. An array for Tags header, string otherwise. … … 922 913 * 923 914 * @since 3.4.0 924 *925 * @staticvar array $tags_list926 915 * 927 916 * @param string $header Theme header. Name, Description, Author, Version, ThemeURI, AuthorURI, Status, Tags. … … 1474 1463 * @since 3.4.0 1475 1464 * 1476 * @staticvar array $allowed_themes1477 *1478 1465 * @return string[] Array of stylesheet names. 1479 1466 */ … … 1500 1487 * 1501 1488 * @since 3.4.0 1502 *1503 * @staticvar array $allowed_themes1504 1489 * 1505 1490 * @param int $blog_id Optional. ID of the site. Defaults to the current site.
Note: See TracChangeset
for help on using the changeset viewer.