Changeset 2611817
- Timestamp:
- 10/09/2021 07:28:59 AM (4 years ago)
- Location:
- categorify/trunk
- Files:
-
- 3 edited
-
categorify.php (modified) (1 diff)
-
inc/helper.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
categorify/trunk/categorify.php
r2611350 r2611817 4 4 * Plugin URI: https://frenify.com/project/categorify-media-library-categories/ 5 5 * Description: Organize your WordPress media files in categories via drag and drop. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Frenify 8 8 * Author URI: https://frenify.com/ -
categorify/trunk/inc/helper.php
r2611301 r2611817 72 72 73 73 // SEARCH 74 if(CATEGORIFY_PLUGIN_NAME == 'Categorify '){74 if(CATEGORIFY_PLUGIN_NAME == 'Categorify Beta'){ 75 75 $html .= '<div class="search_wrap"><input type="text" value="" id="categorify-search" autocomplete="off">'; 76 76 $html .= '<span class="search_icon_holder">'.self::getIcon('search').'</span>'; -
categorify/trunk/readme.txt
r2611350 r2611817 7 7 Requires at least: 4.0.0 8 8 Tested up to: 5.8 9 Stable tag: 1.0. 09 Stable tag: 1.0.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.