Changeset 53002
- Timestamp:
- 03/28/2022 01:15:36 PM (3 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme-install.php
r50556 r53002 52 52 53 53 /** 54 * Retrieve list of WordPress theme features (aka theme tags).54 * Retrieves the list of WordPress theme features (aka theme tags). 55 55 * 56 56 * @since 2.8.0 … … 83 83 84 84 /** 85 * Display search form for searching themes.85 * Displays search form for searching themes. 86 86 * 87 87 * @since 2.8.0 … … 130 130 131 131 /** 132 * Display tags filter for themes.132 * Displays tags filter for themes. 133 133 * 134 134 * @since 2.8.0 … … 210 210 211 211 /** 212 * Display theme content based on theme list.212 * Displays theme content based on theme list. 213 213 * 214 214 * @since 2.8.0 … … 228 228 229 229 /** 230 * Display theme information in dialog box form.230 * Displays theme information in dialog box form. 231 231 * 232 232 * @since 2.8.0 -
trunk/src/wp-admin/includes/theme.php
r52978 r53002 8 8 9 9 /** 10 * Remove a theme10 * Removes a theme. 11 11 * 12 12 * @since 2.8.0 … … 176 176 177 177 /** 178 * Retrieve the update link if there is a theme update available.178 * Retrieves the update link if there is a theme update available. 179 179 * 180 180 * Will return a link if there is an update available. … … 272 272 273 273 /** 274 * Retrieve list of WordPress theme features (aka theme tags).274 * Retrieves list of WordPress theme features (aka theme tags). 275 275 * 276 276 * @since 3.1.0 … … 632 632 633 633 /** 634 * Prepare themes for JavaScript.634 * Prepares themes for JavaScript. 635 635 * 636 636 * @since 3.8.0 … … 807 807 808 808 /** 809 * Print JS templates for the theme-browsing UI in the Customizer.809 * Prints JS templates for the theme-browsing UI in the Customizer. 810 810 * 811 811 * @since 4.2.0
Note: See TracChangeset
for help on using the changeset viewer.