diff --git a/images/informale.png b/images/informale.png deleted file mode 100755 index 9b9bded..0000000 Binary files a/images/informale.png and /dev/null differ diff --git a/incl/conta.php b/incl/conta.php deleted file mode 100644 index b461a2a..0000000 --- a/incl/conta.php +++ /dev/null @@ -1,45 +0,0 @@ -jQuery(document).ready(function(){ -jQuery("#postexcerpt .handlediv").after("
Numero caratteri: / 500caratteri.
"); - jQuery("span#excerpt_counter").text(jQuery("#excerpt").val().length); - jQuery("#excerpt").keyup( function() { - if(jQuery(this).val().length > 500){ - jQuery(this).val(jQuery(this).val().substr(0, 500)); - } - jQuery("span#excerpt_counter").text(jQuery("#excerpt").val().length); - }); -});'; -} -} -add_action( 'admin_head-post.php', 'excerpt_count_js'); -add_action( 'admin_head-post-new.php', 'excerpt_count_js'); - -# Content/Contenuto -function content_char_count() { -?> - -