Plugin Directory

Changeset 2370454


Ignore:
Timestamp:
08/27/2020 02:51:26 PM (6 years ago)
Author:
glofoxwebdev
Message:

bug fix at line 12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • glofox-shortcodes/trunk/glofox_shortcodes.php

    r2369345 r2370454  
    44* Plugin URI: https://www.glofox.com
    55* Description: Generates shortcodes to help you embed Glofox on your Wordpress website.
    6 * Version: 2.0
     6* Version: 2.1
    77* Author: Tom Lohan
    88* Author URI:
     
    1010*/
    1111
    12 function glofox_shortcodes_random_str(): string {
     12function glofox_shortcodes_random_str() {
    1313  $length = 8;
    1414  $keyspace = '123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
Note: See TracChangeset for help on using the changeset viewer.