Plugin Directory

Changeset 3114854


Ignore:
Timestamp:
07/09/2024 09:49:15 AM (21 months ago)
Author:
garvis
Message:

Undefined variable fix.

Location:
reenio/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • reenio/trunk/readme.txt

    r3114852 r3114854  
    44Requires at least: 4.6
    55Tested up to: 6.6
    6 Stable tag: 1.9
     6Stable tag: 1.10
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== Changelog ==
     31
     32= 1.10 =
     33* Undefined variable fix.
    3134
    3235= 1.9 =
  • reenio/trunk/reenio.php

    r3114852 r3114854  
    44 * Plugin URI:        https://wordpress.org/plugins/reenio/
    55 * Description:       Plug-in for embedding of reservation system reenio into the web presentation.
    6  * Version:           1.9
     6 * Version:           1.10
    77 * Author:            reenio
    88 * Author URI:        https://reenio.cz/
     
    3131    static $reenio_duplicate = false;
    3232
     33    $content = '';
     34
    3335    if ( $reenio_duplicate !== true ) {
    3436
     
    4446        'reenio'
    4547      );
    46 
    47       $content = '';
    4848
    4949      // sanitize data
Note: See TracChangeset for help on using the changeset viewer.