هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

jQuery Remove Uppercase Accents

الوصف

This plugin operates transparently, always loading the homonymous jQuery script that automatically replaces uppercase accented characters. The script operates automatically on the document ready event, by selecting all the elements having their text content uppercase transformed through CSS, and by replacing the accented characters in them by their respective non-accented.

Currently the script upstream supports only greek text. Plugin versioning follows upstream versions.

التنصيب

  1. Upload and decompress into the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“jQuery Remove Uppercase Accents” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”jQuery Remove Uppercase Accents“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.1.1

  • Redesigned to transform only element values and first level text nodes
  • Document ready selectors updated to exclude user data elements
  • Initial WordPress plugin version