Plugin Directory

Changeset 2878045


Ignore:
Timestamp:
03/10/2023 05:46:44 PM (3 years ago)
Author:
sendthisfile
Message:

Changed shortcode to lowercase

Location:
sendthisfile-button/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sendthisfile-button/trunk/README.txt

    r2878030 r2878045  
    42424. Enter your button id into the "Default Buttonid" field and save it.
    4343
    44 You are now ready to use your [SendThisFile] shortcode.
     44You are now ready to use your [sendthisfile] shortcode.
    4545
    4646
  • sendthisfile-button/trunk/options.php

    r2878030 r2878045  
    99    <div>
    1010        <span class="shortcode-definition" style="padding: 10px; border: 2px dashed #c5c9d4; color: #c5c9d4; display: inline-block; font-size: 12px; font-weight: bold">
    11             [SendThisFile buttonid="buttonid" button_label="button_label"]
     11            [sendthisfile buttonid="buttonid" button_label="button_label"]
    1212        </span>
    1313    </div>
  • sendthisfile-button/trunk/sendthisfile-button.php

    r2878030 r2878045  
    55Author: SendThisFile
    66Author URI: https://sendthisfile.com
    7 Description: Enables [SendThisFile] shortcode that displays a file sharing button and dialog to your website.
    8 Version: 1.0.1
     7Description: Enables [sendthisfile] shortcode that displays a file sharing button and dialog to your website.
     8Version: 1.0.2
    99Requires at least: 4.7
    1010Text Domain: sendthisfile-button
     
    4545
    4646            // Shortcode
    47             add_shortcode( 'SendThisFile', array( $this, 'output_shortcode' ) );
     47            add_shortcode( 'sendthisfile', array( $this, 'output_shortcode' ) );
    4848        }
    4949
Note: See TracChangeset for help on using the changeset viewer.