Changeset 2973109
- Timestamp:
- 09/29/2023 07:11:15 PM (2 years ago)
- Location:
- weblibrarian/trunk
- Files:
-
- 2 edited
-
includes/WEBLIB_Collection_Admin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
weblibrarian/trunk/includes/WEBLIB_Collection_Admin.php
r2973108 r2973109 592 592 ?><textarea id="itemedit-keyword-list" name="keywordlist" 593 593 rows="3" cols="20" class="the-keywords"<?php echo $ro; ?> ><?php 594 echo implode(',',esc_html($this->viewkeywords)); ?></textarea><?php594 echo esc_html(implode(',',$this->viewkeywords)); ?></textarea><?php 595 595 if ($this->viewmode != 'view') { 596 596 ?></div><div class="hide-if-no-js"> -
weblibrarian/trunk/readme.txt
r2973108 r2973109 5 5 Requires at least: 3.2.1 6 6 Tested up to: 6.3 7 Stable tag: 3.5.8. 37 Stable tag: 3.5.8.4 8 8 License: GPL2 9 9
Note: See TracChangeset
for help on using the changeset viewer.