Plugin Directory

Changeset 1144232


Ignore:
Timestamp:
04/24/2015 06:10:24 AM (11 years ago)
Author:
real.master
Message:

update 1.3

Location:
real-kit/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • real-kit/trunk/js/thumbnails.js

    r1117073 r1144232  
    4040
    4141  $('.editinline').on('click', function() {
    42     var parent = $(this).closest('.alternate'),
     42    var parent = $(this).closest('tr'),
    4343        id     = parent.attr('id').replace('tag-', ''),
    4444        src    = parent.find('img.taxonomy-thumb').attr('src');
  • real-kit/trunk/readme.txt

    r1141927 r1144232  
    55Tags: 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, набор, реалист, картинка, миниатюра, категории, рубрики, таксономии, метки, админ, пост, запись, страница, меди, пользователи, транслит, транслитерация, слаг, ярлык, русский, кириллица
    66Requires at least: 4.1.1
    7 Tested up to: 4.1.2
    8 Stable tag: 1.2.2
     7Tested up to: 4.2
     8Stable tag: 1.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     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
    91101= 1.2.3 =
    92102
  • real-kit/trunk/real-kit.php

    r1124285 r1144232  
    3535  require_once $realkit['plugin_dir_path'] . 'inc/translit.php';
    3636
    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       // CSS
    46       wp_register_style('realkit', $url . 'css/realkit.css');
    47       wp_enqueue_style('realkit');
    48 
    49     }
    50   }
    51 
    5237  // real.Donate
    5338  if (!function_exists('real_add_real_page')) {
Note: See TracChangeset for help on using the changeset viewer.