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/views/sponsors/metabox-sponsor-info.php

    r5575 r6624  
    1919        />
    2020
    21         <?php $this->render_form_field_required_indicator(); ?>
     21        <?php wcorg_required_indicator(); ?>
    2222    </li>
    2323
     
    3636        />
    3737
    38         <?php $this->render_form_field_required_indicator(); ?>
     38        <?php wcorg_required_indicator(); ?>
    3939    </li>
    4040
     
    5353        />
    5454
    55         <?php $this->render_form_field_required_indicator(); ?>
     55        <?php wcorg_required_indicator(); ?>
    5656    </li>
    5757
     
    7070        />
    7171
    72         <?php $this->render_form_field_required_indicator(); ?>
     72        <?php wcorg_required_indicator(); ?>
    7373    </li>
    7474
     
    8787        />
    8888
    89         <?php $this->render_form_field_required_indicator(); ?>
     89        <?php wcorg_required_indicator(); ?>
    9090    </li>
    9191
     
    105105        />
    106106
    107         <?php $this->render_form_field_required_indicator(); ?>
     107        <?php wcorg_required_indicator(); ?>
    108108    </li>
    109109
     
    160160        </select>
    161161
    162         <?php $this->render_form_field_required_indicator(); ?>
     162        <?php wcorg_required_indicator(); ?>
    163163    </li>
    164164
     
    181181        />
    182182
    183         <?php $this->render_form_field_required_indicator(); ?>
     183        <?php wcorg_required_indicator(); ?>
    184184    </li>
    185185
     
    212212        />
    213213
    214         <?php $this->render_form_field_required_indicator(); ?>
     214        <?php wcorg_required_indicator(); ?>
    215215    </li>
    216216
     
    248248        />
    249249
    250         <?php $this->render_form_field_required_indicator(); ?>
     250        <?php wcorg_required_indicator(); ?>
    251251    </li>
    252252</ul>
Note: See TracChangeset for help on using the changeset viewer.