Plugin Directory

Changeset 1019924


Ignore:
Timestamp:
11/05/2014 12:21:56 AM (11 years ago)
Author:
Askelon
Message:

Update old postmeta name on activation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpmovielibrary/trunk/includes/classes/legacy/class-wpmoly-legacy.php

    r1019896 r1019924  
    317317        public function activate( $network_wide ) {
    318318
     319            self::update_slug();
     320
    319321            if ( ! wpmoly_has_deprecated_meta() )
    320322                return false;
     
    326328                add_option( 'wpmoly_has_deprecated_meta', count( $deprecated ), null, 'no' );
    327329            }
    328 
    329             self::update_slug();
    330330        }
    331331
Note: See TracChangeset for help on using the changeset viewer.