Plugin Directory

Changeset 2973109


Ignore:
Timestamp:
09/29/2023 07:11:15 PM (2 years ago)
Author:
RobertPHeller
Message:

Release 3.5.8.4.

Location:
weblibrarian/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • weblibrarian/trunk/includes/WEBLIB_Collection_Admin.php

    r2973108 r2973109  
    592592        ?><textarea id="itemedit-keyword-list" name="keywordlist"
    593593                rows="3" cols="20" class="the-keywords"<?php echo $ro; ?> ><?php
    594           echo implode(',',esc_html($this->viewkeywords)); ?></textarea><?php
     594          echo esc_html(implode(',',$this->viewkeywords)); ?></textarea><?php
    595595       if ($this->viewmode != 'view') {
    596596      ?></div><div class="hide-if-no-js">
  • weblibrarian/trunk/readme.txt

    r2973108 r2973109  
    55Requires at least: 3.2.1
    66Tested up to: 6.3
    7 Stable tag: 3.5.8.3
     7Stable tag: 3.5.8.4
    88License: GPL2
    99
Note: See TracChangeset for help on using the changeset viewer.