Changeset 2780026
- Timestamp:
- 09/05/2022 09:33:57 AM (3 years ago)
- Location:
- fsm-custom-featured-image-caption/trunk
- Files:
-
- 2 edited
-
fsm-custom-featured-image-caption.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fsm-custom-featured-image-caption/trunk/fsm-custom-featured-image-caption.php
r2587156 r2780026 3 3 * Plugin Name: FSM Custom Featured Image Caption 4 4 * Description: Allows adding custom captions to the featured image of posts and pages 5 * Version: 1.2 25 * Version: 1.2 6 6 * Author: Fesomia 7 7 * Author URI: http://wp.fesomia.cat … … 491 491 { 492 492 $field_id = '_FSMCFIC_featured_image_caption'; 493 $field_value = $_POST[ $field_id ];493 $field_value = ; 494 494 495 495 $field2_id = '_FSMCFIC_featured_image_nocaption'; 496 $field2_value = $_POST[ $field2_id ];496 $field2_value = ; 497 497 498 498 $field3_id = '_FSMCFIC_featured_image_hide'; 499 $field3_value = $_POST[ $field3_id ];499 $field3_value = ; 500 500 501 501 update_post_meta( $post_id, $field_id, $field_value ); -
fsm-custom-featured-image-caption/trunk/readme.txt
r2730555 r2780026 126 126 == Changelog == 127 127 128 129 130 128 131 = 1.22 = 129 132 * Bug fix: restored accidentally removed class "featured"
Note: See TracChangeset
for help on using the changeset viewer.