Plugin Directory

Changeset 1499251


Ignore:
Timestamp:
09/20/2016 10:15:25 PM (9 years ago)
Author:
balessan
Message:

Removing var_dump so updating to 1.0.6

Location:
wp-ldp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-ldp/trunk/wpldp-settings.php

    r1499248 r1499251  
    111111               } else {
    112112                  $existing_term = get_term_by( 'slug', $term, 'ldp_container' );
    113                     if ( $term == 'actor' ) {
    114                       var_dump( $existing_term );
    115                     }
    116113                  $updated_term = wp_update_term(
    117114                    $existing_term->term_id,
     
    127124
    128125               if ( !empty( $term_id ) ) {
    129                  if ( $term == 'actor' ) {
    130                    var_dump( 'Actor term ID:' . $term_id );
    131                  }
    132126                 $term_meta = get_option("ldp_container_$term_id");
    133127                 if (!is_array($term_meta)) {
  • wp-ldp/trunk/wpldp.php

    r1499248 r1499251  
    55 * Description: This is a plugin which aims to emulate the default caracteristics of a Linked Data Platform compatible server
    66 * Text Domain: wpldp
    7  * Version: 1.0.5
     7 * Version: 1.0.6
    88 * Author: Sylvain LE BON, Benoit ALESSANDRONI
    99 * Author URI: http://www.happy-dev.fr/team/sylvain, http://benoit-alessandroni.fr/
     
    3030       * The current plugin version number
    3131       */
    32       protected static $version_number = '1.0.5';
     32      protected static $version_number = '1.0.6';
    3333
    3434      /**
Note: See TracChangeset for help on using the changeset viewer.