Plugin Directory

Changeset 2704181


Ignore:
Timestamp:
04/04/2022 08:51:11 AM (4 years ago)
Author:
involvemeapp
Message:

Minor copy fix for shortcode

Location:
involve-me/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • involve-me/trunk/readme.txt

    r2701842 r2704181  
    55Tested up to: 5.9.2
    66Requires PHP: 5.6
    7 Stable tag: 0.3.0
     7Stable tag: 1.0.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9999== Changelog ==
    100100
     101= 1.0.0
     102* Minor fix
     103
    101104= 0.3.0
    102105* Settings page updates
  • involve-me/trunk/views/settings.php

    r2701842 r2704181  
    105105                                            'Paste shortcode in your WordPress content', 'involveme'
    106106                                        ); ?></small><br/>
    107                                     <code><?php echo esc_html('[' . INVOLVE_ME_SHORTCODE . ' form="' . $post_id . '"]'); ?></code>
     107                                    <code><?php echo esc_html('[' . INVOLVE_ME_SHORTCODE . ' embed="' . $post_id . '"]'); ?></code>
    108108                                    <a id="involve_me_copy_shortcode_button"
    109109                                       data-default-text="<?php esc_attr_e('Copy', 'involveme'); ?>"
    110110                                       data-copied-text="<?php esc_attr_e('Copied', 'involveme'); ?>" href="#"
    111                                        data-clipboard-text="<?php echo esc_attr('[' . INVOLVE_ME_SHORTCODE . ' form="' . $post_id . '"]'); ?>"
     111                                       data-clipboard-text="<?php echo esc_attr('[' . INVOLVE_ME_SHORTCODE . ' embed="' . $post_id . '"]'); ?>"
    112112                                    ><?php esc_attr_e(
    113113                                            'Copy', 'involveme'
Note: See TracChangeset for help on using the changeset viewer.