Changeset 1144232
- Timestamp:
- 04/24/2015 06:10:24 AM (11 years ago)
- Location:
- real-kit/trunk
- Files:
-
- 3 edited
-
js/thumbnails.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
real-kit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
real-kit/trunk/js/thumbnails.js
r1117073 r1144232 40 40 41 41 $('.editinline').on('click', function() { 42 var parent = $(this).closest(' .alternate'),42 var parent = $(this).closest('tr'), 43 43 id = parent.attr('id').replace('tag-', ''), 44 44 src = parent.find('img.taxonomy-thumb').attr('src'); -
real-kit/trunk/readme.txt
r1141927 r1144232 5 5 Tags: kit, real, real., real.kit, image, images, thumb, thumbnail, thumbnails, category, categories, taxonomy, taxonomies, admin, id, ids, reveal, post, page, media, user, l10n, translit, transliteration, slugs, russian, rustolat, cyrtolat, cyrillic, javascript, js, add, набор, реалист, картинка, миниатюра, категории, рубрики, таксономии, метки, админ, пост, запись, страница, меди, пользователи, транслит, транслитерация, слаг, ярлык, русский, кириллица 6 6 Requires at least: 4.1.1 7 Tested up to: 4. 1.28 Stable tag: 1. 2.27 Tested up to: 4.2 8 Stable tag: 1.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 89 89 == Changelog == 90 90 91 = 1.3 = 92 93 * Убрано подключение не существующего файла стилей. 94 * Налажена совместимость с WordPress 4.2 95 96 *Machine translation:* 97 98 * Removed the connection not an existing stylesheet. 99 * Established compatibility with WordPress 4.2 100 91 101 = 1.2.3 = 92 102 -
real-kit/trunk/real-kit.php
r1124285 r1144232 35 35 require_once $realkit['plugin_dir_path'] . 'inc/translit.php'; 36 36 37 // Внешний вид админки38 add_action('admin_enqueue_scripts', 'realkit_require_assests');39 if (!function_exists('realkit_require_assests')) {40 function realkit_require_assests() {41 42 global $realkit;43 $url = $realkit['plugin_dir_url'];44 45 // CSS46 wp_register_style('realkit', $url . 'css/realkit.css');47 wp_enqueue_style('realkit');48 49 }50 }51 52 37 // real.Donate 53 38 if (!function_exists('real_add_real_page')) {
Note: See TracChangeset
for help on using the changeset viewer.