Changeset 53254 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 04/25/2022 09:52:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r53253 r53254 688 688 689 689 /** 690 * Whether the theme exists.690 * Determines whether the theme exists. 691 691 * 692 692 * A theme with errors exists. A theme with the error of 'theme_not_found', … … 762 762 763 763 /** 764 * Get a raw, unformatted theme header.764 * Gets a raw, unformatted theme header. 765 765 * 766 766 * The header is sanitized, but is not translated, and is not marked up for display. … … 839 839 840 840 /** 841 * Sanitize a theme header.841 * Sanitizes a theme header. 842 842 * 843 843 * @since 3.4.0 … … 903 903 904 904 /** 905 * Mark up a theme header.905 * Marks up a theme header. 906 906 * 907 907 * @since 3.4.0 … … 946 946 947 947 /** 948 * Translate a theme header.948 * Translates a theme header. 949 949 * 950 950 * @since 3.4.0 … … 1023 1023 1024 1024 /** 1025 * The directory name of the theme's "stylesheet" files, inside the theme root.1025 * Returns the directory name of the theme's "stylesheet" files, inside the theme root. 1026 1026 * 1027 1027 * In the case of a child theme, this is directory name of the child theme. … … 1037 1037 1038 1038 /** 1039 * The directory name of the theme's "template" files, inside the theme root.1039 * Returns the directory name of the theme's "template" files, inside the theme root. 1040 1040 * 1041 1041 * In the case of a child theme, this is the directory name of the parent theme. … … 1123 1123 1124 1124 /** 1125 * The absolute path to the directory of the theme root.1125 * Returns the absolute path to the directory of the theme root. 1126 1126 * 1127 1127 * This is typically the absolute path to wp-content/themes. … … 1192 1192 1193 1193 /** 1194 * Return files in the theme's directory.1194 * Returns files in the theme's directory. 1195 1195 * 1196 1196 * @since 3.4.0 … … 1444 1444 1445 1445 /** 1446 * Whether the theme is allowed (multisite only).1446 * Determines whether the theme is allowed (multisite only). 1447 1447 * 1448 1448 * @since 3.4.0
Note: See TracChangeset
for help on using the changeset viewer.