Changeset 3365379
- Timestamp:
- 09/21/2025 06:02:34 PM (2 months ago)
- Location:
- wp-administration-style/trunk
- Files:
-
- 2 added
- 2 deleted
- 3 edited
-
includes/core.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
static/fonts/Vazirmatn/Vazirmatn-NL.woff2 (added)
-
static/fonts/Vazirmatn/Vazirmatn-NL[wght].woff2 (deleted)
-
static/fonts/Vazirmatn/Vazirmatn.woff2 (added)
-
static/fonts/Vazirmatn/Vazirmatn[wght].woff2 (deleted)
-
wp-administration-style.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-administration-style/trunk/includes/core.php
r3365374 r3365379 57 57 58 58 public function farsi_font_face() { 59 $vazirmatn_font_url = WP_ADMINISTRATION_STYLE['URL'] . 'static/fonts/Vazirmatn/Vazirmatn [wght].woff2?v' . WP_ADMINISTRATION_STYLE['VERSION'];60 $vazirmatn_nl_font_url = WP_ADMINISTRATION_STYLE['URL'] . 'static/fonts/Vazirmatn/Vazirmatn-NL [wght].woff2?v' . WP_ADMINISTRATION_STYLE['VERSION'];59 $vazirmatn_font_url = WP_ADMINISTRATION_STYLE['URL'] . 'static/fonts/Vazirmatn/Vazirmatn.woff2?v' . WP_ADMINISTRATION_STYLE['VERSION']; 60 $vazirmatn_nl_font_url = WP_ADMINISTRATION_STYLE['URL'] . 'static/fonts/Vazirmatn/Vazirmatn-NL.woff2?v' . WP_ADMINISTRATION_STYLE['VERSION']; 61 61 62 62 echo sprintf( -
wp-administration-style/trunk/readme.txt
r3365374 r3365379 1 1 === استایل مدیریت وردپرس === 2 Stable tag: 7.4. 73 Version: 7.4. 72 Stable tag: 7.4.8 3 Version: 7.4.8 4 4 Tested up to: 6.7 5 5 Requires at least: 5.0 … … 37 37 ایشالا اگه وردپرس ظاهرکاربری جدید رو منتشر کنه٬ رو اون کار میکنیم. 38 38 39 = 7.4. 7=39 = 7.4.8 = 40 40 - حل مشکل لود نشدن فونت نسخه NL وزیرمتن. 41 41 -
wp-administration-style/trunk/wp-administration-style.php
r3365374 r3365379 7 7 * Plugin Name: استایل مدیریت وردپرس 8 8 * Description: رابط کاربری و تجربه کاربری داشبورد مدیریت وردپرس را بهبود میبخشد. 9 * Version: 7.4. 79 * Version: 7.4.8 10 10 * Tested up to: 6.8 11 11 * Requires at least: 5.0 … … 20 20 21 21 define('WP_ADMINISTRATION_STYLE', [ 22 'VERSION' => '7.4. 7',22 'VERSION' => '7.4.8', 23 23 'PATH' => plugin_dir_path(__FILE__), 24 24 'URL' => plugin_dir_url(__FILE__),
Note: See TracChangeset
for help on using the changeset viewer.