Plugin Directory

Changeset 2262776


Ignore:
Timestamp:
03/17/2020 08:50:12 PM (6 years ago)
Author:
jimadamsdev
Message:

Fix for narration issue

Location:
voice2app
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • voice2app/tags/1.02/assets/js/regular/admin/general.js

    r2262042 r2262776  
    132132//  });
    133133// 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) {
    135135    new Vue({
    136       el: "#root-mp-voice-2-app-admin",
     136      el: "#root-mp-voice2app-admin",
    137137      data: {
    138138        ...data_mpereere_va_general,
  • voice2app/tags/1.02/classes/hooks-handlers/class-hook-post-meta-box.php

    r2262042 r2262776  
    1212 
    1313  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() {
    1515      global $post;
    1616     
  • voice2app/tags/1.02/classes/includes/class-common.php

    r2262042 r2262776  
    8989
    9090  private function init_constants() {
    91     self::$PLUGIN_NAME = "/voice-2-app";
     91    self::$PLUGIN_NAME = "/voice2app";
    9292    self::$PLUGIN_DIR = plugin_dir_path(dirname(dirname(__FILE__)));
    9393    self::$PLUGIN_URL = plugin_dir_url( __FILE__ );
  • voice2app/tags/1.02/templates/sections/section-post-meta-box.php

    r2262042 r2262776  
    22
    33?>
    4 <div id="root-mp-voice-2-app-admin">
     4<div id="root-mp-voice2app-admin">
    55  <div class="components-form-token-field" tabindex="-1">
    66    <button v-on:click="narrateNow()" type="button" class="button button-primary" >Narrate Post
  • voice2app/tags/1.02/voice-2-app.php

    r2262042 r2262776  
    1414 * License:           GPL-2.0+
    1515 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    16  * Text Domain:       voice-2-app
     16 * Text Domain:       voice2app
    1717 * Domain Path:       /languages
    1818 */
  • voice2app/trunk/assets/js/regular/admin/general.js

    r2262042 r2262776  
    132132//  });
    133133// 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) {
    135135    new Vue({
    136       el: "#root-mp-voice-2-app-admin",
     136      el: "#root-mp-voice2app-admin",
    137137      data: {
    138138        ...data_mpereere_va_general,
  • voice2app/trunk/classes/hooks-handlers/class-hook-post-meta-box.php

    r2262042 r2262776  
    1212 
    1313  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() {
    1515      global $post;
    1616     
  • voice2app/trunk/classes/includes/class-common.php

    r2262042 r2262776  
    8989
    9090  private function init_constants() {
    91     self::$PLUGIN_NAME = "/voice-2-app";
     91    self::$PLUGIN_NAME = "/voice2app";
    9292    self::$PLUGIN_DIR = plugin_dir_path(dirname(dirname(__FILE__)));
    9393    self::$PLUGIN_URL = plugin_dir_url( __FILE__ );
  • voice2app/trunk/templates/sections/section-post-meta-box.php

    r2262042 r2262776  
    22
    33?>
    4 <div id="root-mp-voice-2-app-admin">
     4<div id="root-mp-voice2app-admin">
    55  <div class="components-form-token-field" tabindex="-1">
    66    <button v-on:click="narrateNow()" type="button" class="button button-primary" >Narrate Post
  • voice2app/trunk/voice-2-app.php

    r2262042 r2262776  
    1414 * License:           GPL-2.0+
    1515 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    16  * Text Domain:       voice-2-app
     16 * Text Domain:       voice2app
    1717 * Domain Path:       /languages
    1818 */
Note: See TracChangeset for help on using the changeset viewer.