Changeset 2262776
- Timestamp:
- 03/17/2020 08:50:12 PM (6 years ago)
- Location:
- voice2app
- Files:
-
- 10 edited
-
tags/1.02/assets/js/regular/admin/general.js (modified) (1 diff)
-
tags/1.02/classes/hooks-handlers/class-hook-post-meta-box.php (modified) (1 diff)
-
tags/1.02/classes/includes/class-common.php (modified) (1 diff)
-
tags/1.02/templates/sections/section-post-meta-box.php (modified) (1 diff)
-
tags/1.02/voice-2-app.php (modified) (1 diff)
-
trunk/assets/js/regular/admin/general.js (modified) (1 diff)
-
trunk/classes/hooks-handlers/class-hook-post-meta-box.php (modified) (1 diff)
-
trunk/classes/includes/class-common.php (modified) (1 diff)
-
trunk/templates/sections/section-post-meta-box.php (modified) (1 diff)
-
trunk/voice-2-app.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
voice2app/tags/1.02/assets/js/regular/admin/general.js
r2262042 r2262776 132 132 // }); 133 133 // mpMyWidgetAla.regc("mp-mw-btn-modal-open-01", "mp-mw-modal-01");mpereeredv-root-widget 134 if (jQuery('#root-mp-voice -2-app-admin').length) {134 if (jQuery('#root-mp-voice2app-admin').length) { 135 135 new Vue({ 136 el: "#root-mp-voice -2-app-admin",136 el: "#root-mp-voice2app-admin", 137 137 data: { 138 138 ...data_mpereere_va_general, -
voice2app/tags/1.02/classes/hooks-handlers/class-hook-post-meta-box.php
r2262042 r2262776 12 12 13 13 function add_meta_boxes_func() { 14 add_meta_box("mp-voice -2-app", "(Voice2App) Narration", function() {14 add_meta_box("mp-voice2app", "(Voice2App) Narration", function() { 15 15 global $post; 16 16 -
voice2app/tags/1.02/classes/includes/class-common.php
r2262042 r2262776 89 89 90 90 private function init_constants() { 91 self::$PLUGIN_NAME = "/voice -2-app";91 self::$PLUGIN_NAME = "/voice2app"; 92 92 self::$PLUGIN_DIR = plugin_dir_path(dirname(dirname(__FILE__))); 93 93 self::$PLUGIN_URL = plugin_dir_url( __FILE__ ); -
voice2app/tags/1.02/templates/sections/section-post-meta-box.php
r2262042 r2262776 2 2 3 3 ?> 4 <div id="root-mp-voice -2-app-admin">4 <div id="root-mp-voice2app-admin"> 5 5 <div class="components-form-token-field" tabindex="-1"> 6 6 <button v-on:click="narrateNow()" type="button" class="button button-primary" >Narrate Post -
voice2app/tags/1.02/voice-2-app.php
r2262042 r2262776 14 14 * License: GPL-2.0+ 15 15 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 16 * Text Domain: voice -2-app16 * Text Domain: voice2app 17 17 * Domain Path: /languages 18 18 */ -
voice2app/trunk/assets/js/regular/admin/general.js
r2262042 r2262776 132 132 // }); 133 133 // mpMyWidgetAla.regc("mp-mw-btn-modal-open-01", "mp-mw-modal-01");mpereeredv-root-widget 134 if (jQuery('#root-mp-voice -2-app-admin').length) {134 if (jQuery('#root-mp-voice2app-admin').length) { 135 135 new Vue({ 136 el: "#root-mp-voice -2-app-admin",136 el: "#root-mp-voice2app-admin", 137 137 data: { 138 138 ...data_mpereere_va_general, -
voice2app/trunk/classes/hooks-handlers/class-hook-post-meta-box.php
r2262042 r2262776 12 12 13 13 function add_meta_boxes_func() { 14 add_meta_box("mp-voice -2-app", "(Voice2App) Narration", function() {14 add_meta_box("mp-voice2app", "(Voice2App) Narration", function() { 15 15 global $post; 16 16 -
voice2app/trunk/classes/includes/class-common.php
r2262042 r2262776 89 89 90 90 private function init_constants() { 91 self::$PLUGIN_NAME = "/voice -2-app";91 self::$PLUGIN_NAME = "/voice2app"; 92 92 self::$PLUGIN_DIR = plugin_dir_path(dirname(dirname(__FILE__))); 93 93 self::$PLUGIN_URL = plugin_dir_url( __FILE__ ); -
voice2app/trunk/templates/sections/section-post-meta-box.php
r2262042 r2262776 2 2 3 3 ?> 4 <div id="root-mp-voice -2-app-admin">4 <div id="root-mp-voice2app-admin"> 5 5 <div class="components-form-token-field" tabindex="-1"> 6 6 <button v-on:click="narrateNow()" type="button" class="button button-primary" >Narrate Post -
voice2app/trunk/voice-2-app.php
r2262042 r2262776 14 14 * License: GPL-2.0+ 15 15 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 16 * Text Domain: voice -2-app16 * Text Domain: voice2app 17 17 * Domain Path: /languages 18 18 */
Note: See TracChangeset
for help on using the changeset viewer.