Making WordPress.org


Ignore:
Timestamp:
02/13/2018 08:13:57 PM (7 years ago)
Author:
iandunn
Message:

WordCamp Post Types: Replace required field indicator with helper function.

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  
    18081808
    18091809    /**
    1810      * Display the indicator that marks a form field as required
    1811      */
    1812     function render_form_field_required_indicator() {
    1813         require( __DIR__ . '/views/common/form-field-required-indicator.php' );
    1814     }
    1815 
    1816     /**
    18171810     * Fired when a post is saved, makes sure additional metadata is also updated.
    18181811     */
Note: See TracChangeset for help on using the changeset viewer.