Changeset 6624 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
- Timestamp:
- 02/13/2018 08:13:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
r6379 r6624 1808 1808 1809 1809 /** 1810 * Display the indicator that marks a form field as required1811 */1812 function render_form_field_required_indicator() {1813 require( __DIR__ . '/views/common/form-field-required-indicator.php' );1814 }1815 1816 /**1817 1810 * Fired when a post is saved, makes sure additional metadata is also updated. 1818 1811 */
Note: See TracChangeset
for help on using the changeset viewer.