PluginProbe
Virtue/Ascend/Pinnacle Toolkit / 4.9.12.2
Virtue/Ascend/Pinnacle Toolkit v4.9.12.2
4.9.12.2 trunk 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.7 All 48 releases
← All changes | shortcodes/vimeo/vimeo_popup.php +8 -8 2.0 → 4.9.12.2 View file →
@@ -6,9 +6,9 @@
6 6 global $wp_scripts;
7 7 ?>
8 8 <!DOCTYPE html>
9 9 <head>
10 -<title><?php _e("Insert Vimeo Video", "virtue"); ?></title>
10 +<title><?php _e("Insert Vimeo Video", 'virtue-toolkit'); ?></title>
11 11 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
12 12 <script language="javascript" type="text/javascript" src="<?php echo get_option('siteurl'); ?>/wp-includes/js/tinymce/tiny_mce_popup.js"></script>
13 13 <script language="javascript" type="text/javascript" src="<?php echo get_option('siteurl'); ?>/wp-includes/js/tinymce/utils/form_utils.js"></script>
14 14 <base target="_self" />
@@ -62,29 +62,29 @@
62 62 <body>
63 63 <div id="vimeo-dialog">
64 64 <form action="/" method="get" accept-charset="utf-8">
65 65 <div>
66 - <label for="video"><?php _e("Vimeo Link", "virtue"); ?></label>
66 + <label for="video"><?php _e("Vimeo Link", 'virtue-toolkit'); ?></label>
67 67 <input type="text" name="video" name="video" id="video" />
68 68 </div>
69 69 <div>
70 70 <label for="width"><?php _e("Width", "virtue"); ?></label>
71 71 <input type="text" name="width" value="" id="width" />
72 - <span style="display:inline-block; padding-left:5px;">(*<?php _e("note just use number", "virtue"); ?>)</span>
72 + <span style="display:inline-block; padding-left:5px;">(*<?php _e("note just use number", 'virtue-toolkit'); ?>)</span>
73 73 </div>
74 74 <div>
75 - <label for="height"><?php _e("Height", "virtue"); ?></label>
75 + <label for="height"><?php _e("Height", 'virtue-toolkit'); ?></label>
76 76 <input type="text" name="height" value="" id="height" />
77 - <span style="display:inline-block; padding-left:5px;">(*<?php _e("note just use number", "virtue"); ?>)</span>
77 + <span style="display:inline-block; padding-left:5px;">(*<?php _e("note just use number", 'virtue-toolkit'); ?>)</span>
78 78 </div>
79 79 <div>
80 - <label for="maxwidth"><?php _e("(Optional) Max Width", "virtue"); ?></label>
80 + <label for="maxwidth"><?php _e("(Optional) Max Width", 'virtue-toolkit'); ?></label>
81 81 <input type="text" name="maxwidth" value="" id="maxwidth" />
82 - <span style="display:inline-block; padding-left:5px;">(*<?php _e("note just use number", "virtue"); ?>)</span>
82 + <span style="display:inline-block; padding-left:5px;">(*<?php _e("note just use number", 'virtue-toolkit'); ?>)</span>
83 83 </div>
84 84 <div>
85 - <a href="javascript:ButtonDialog.insert(ButtonDialog.local_ed)" id="insert" style="display: block; line-height: 24px; text-align:center"><?php _e("Insert", "virtue"); ?></a>
85 + <a href="javascript:ButtonDialog.insert(ButtonDialog.local_ed)" id="insert" style="display: block; line-height: 24px; text-align:center"><?php _e("Insert", 'virtue-toolkit'); ?></a>
86 86 </div>
87 87 </form>
88 88 </div>
89 89 </body>
90 90 </html>