Plugin Directory

Changeset 2780026

Timestamp:
09/05/2022 09:33:57 AM (3 years ago)
Author:
fesomia
Message:

v 1.23

Location:
fsm-custom-featured-image-caption/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fsm-custom-featured-image-caption/trunk/fsm-custom-featured-image-caption.php

    r2587156 r2780026  
    33* Plugin Name: FSM Custom Featured Image Caption
    44* Description: Allows adding custom captions to the featured image of posts and pages
    5 * Version: 1.22
     5* Version: 1.2
    66* Author: Fesomia
    77* Author URI: http://wp.fesomia.cat
     
    491491            {
    492492                $field_id    = '_FSMCFIC_featured_image_caption';
    493                 $field_value = $_POST[ $field_id ];
     493                $field_value = ;
    494494               
    495495                $field2_id = '_FSMCFIC_featured_image_nocaption';
    496                 $field2_value = $_POST[ $field2_id ];
     496                $field2_value = ;
    497497               
    498498                $field3_id = '_FSMCFIC_featured_image_hide';
    499                 $field3_value = $_POST[ $field3_id ];
     499                $field3_value = ;
    500500
    501501                update_post_meta( $post_id, $field_id, $field_value );
  • fsm-custom-featured-image-caption/trunk/readme.txt

    r2730555 r2780026  
    126126== Changelog ==
    127127
     128
     129
     130
    128131= 1.22 =
    129132* Bug fix: restored accidentally removed class "featured"
Note: See TracChangeset for help on using the changeset viewer.