Changeset 56435
- Timestamp:
- 08/24/2023 09:06:52 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-themes-section.php
r56434 r56435 49 49 50 50 /** 51 * Get section parameters for JS.51 * Gets section parameters for JS. 52 52 * 53 53 * @since 4.9.0 … … 63 63 64 64 /** 65 * Render a themes section as a JS template.65 * Renders a themes section as a JS template. 66 66 * 67 67 * The template is only rendered by PHP once, so all actions are prepared at once on the server side. … … 113 113 114 114 /** 115 * Render the filter bar portion of a themes section as a JS template.115 * Renders the filter bar portion of a themes section as a JS template. 116 116 * 117 117 * The template is only rendered by PHP once, so all actions are prepared at once on the server side. … … 178 178 179 179 /** 180 * Render the filter drawer portion of a themes section as a JS template.180 * Renders the filter drawer portion of a themes section as a JS template. 181 181 * 182 182 * The filter bar container is rendered by {@see render_template()}.
Note: See TracChangeset
for help on using the changeset viewer.