Making WordPress.org

Changeset 846


Ignore:
Timestamp:
09/09/2014 10:05:08 PM (11 years ago)
Author:
iandunn
Message:

WordCamp Post Type: Add warning about modifying field labels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php

    r766 r846  
    144144     */
    145145    function meta_keys ( $meta_group = '' ) {
     146
     147        /*
     148         * Warning: These keys are used for both the input field label and the postmeta key, so if you want to
     149         * modify an existing label then you'll also need to migrate any rows in the database to use the new key.
     150         */
    146151
    147152        switch ( $meta_group ) {
Note: See TracChangeset for help on using the changeset viewer.