Plugin Directory

Changeset 1737944


Ignore:
Timestamp:
09/28/2017 07:05:06 PM (9 years ago)
Author:
juanwizard
Message:

nomenclatura

Location:
word-count-wizard/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • word-count-wizard/trunk/admin/class-wcwizard-admin.php

    r1737937 r1737944  
    119119    public function upgrade_link($links, $file ) {
    120120
    121         if (strpos($file, 'wpwordcount.php') !== false) {
     121        if (strpos($file, 'wcwizard.php') !== false) {
    122122
    123123            $new_links = array(
  • word-count-wizard/trunk/includes/class-wcwizard.php

    r1737937 r1737944  
    173173        $plugin_public = new wcwizard_Public( $this->get_plugin_name(), $this->get_version() );
    174174       
    175         $this->loader->add_action( 'init', $plugin_public, 'wpwordcount_register_shortcodes' );
     175        $this->loader->add_action( 'init', $plugin_public, 'wcwizard_register_shortcodes' );
    176176
    177177    }
  • word-count-wizard/trunk/languages/wcwizard-es_ES.po

    r1737937 r1737944  
    1313"X-Generator: Poedit 2.0.3\n"
    1414"X-Poedit-Basepath: ..\n"
    15 "X-Poedit-WPHeader: wpwordcount.php\n"
     15"X-Poedit-WPHeader: wcwizard.php\n"
    1616"X-Poedit-SourceCharset: UTF-8\n"
    1717"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
  • word-count-wizard/trunk/languages/wcwizard.pot

    r1737937 r1737944  
    1313"X-Generator: Poedit 1.8.9\n"
    1414"X-Poedit-Basepath: ..\n"
    15 "X-Poedit-WPHeader: wpwordcount.php\n"
     15"X-Poedit-WPHeader: wcwizard.php\n"
    1616"X-Poedit-SourceCharset: UTF-8\n"
    1717"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
  • word-count-wizard/trunk/public/class-wcwizard-public.php

    r1737937 r1737944  
    6262     */
    6363     
    64      public function wpwordcount_register_shortcodes() {
     64     public function wcwizard_register_shortcodes() {
    6565         
    6666        function shortcode($atts) {
     
    8989        }
    9090           
    91         add_shortcode('wpwordcount', 'shortcode');
     91        add_shortcode('wcwizard', 'shortcode');
    9292    }
    9393
Note: See TracChangeset for help on using the changeset viewer.