Plugin Directory

Changeset 2463688


Ignore:
Timestamp:
01/27/2021 04:15:23 PM (5 years ago)
Author:
db0112358
Message:

remove site_url label from editor

Location:
content-repeater/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • content-repeater/trunk/content-repeater.php

    r2415544 r2463688  
    33 * Plugin Name: Content Repeater
    44 * Description: A tool to quickly set up custom content types and display them in interesting ways.
    5  * Version: 1.1.9
     5 * Version: 1.1.10
    66 * Author: Denis Buka
    77 * Text Domain: content-repeater
     
    677677                            || strpos($field, 'post_content') === 0
    678678                            || strpos($field, 'post_image') === 0
     679                            || strpos($field, 'site_url') === 0
    679680                            ) {
    680681                            continue;
     
    740741                if( in_array( $field[0], $used ) ) continue;
    741742                $used[] = $field[0];
    742                 if( !in_array( $field[0], array( 'post_title', 'post_content', 'post_image', 'post_id', 'post_url' ) ) ) {
     743                if( !in_array( $field[0], array( 'post_title', 'post_content', 'post_image', 'post_id', 'post_url', 'site_url' ) ) ) {
    743744                    echo '<label class="cr-field-label">' . $field[0] . '</label>';
    744745                }
  • content-repeater/trunk/readme.txt

    r2462404 r2463688  
    124124= 1.1.9 =
    125125updated readme.txt
     126= 1.1.10 =
     127remove site_url label from editor
Note: See TracChangeset for help on using the changeset viewer.