Changeset 2704181
- Timestamp:
- 04/04/2022 08:51:11 AM (4 years ago)
- Location:
- involve-me/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
views/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
involve-me/trunk/readme.txt
r2701842 r2704181 5 5 Tested up to: 5.9.2 6 6 Requires PHP: 5.6 7 Stable tag: 0.3.07 Stable tag: 1.0.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 99 99 == Changelog == 100 100 101 = 1.0.0 102 * Minor fix 103 101 104 = 0.3.0 102 105 * Settings page updates -
involve-me/trunk/views/settings.php
r2701842 r2704181 105 105 'Paste shortcode in your WordPress content', 'involveme' 106 106 ); ?></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> 108 108 <a id="involve_me_copy_shortcode_button" 109 109 data-default-text="<?php esc_attr_e('Copy', 'involveme'); ?>" 110 110 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 . '"]'); ?>" 112 112 ><?php esc_attr_e( 113 113 'Copy', 'involveme'
Note: See TracChangeset
for help on using the changeset viewer.