Changeset 3225125
- Timestamp:
- 01/19/2025 06:28:56 PM (15 months ago)
- Location:
- month-name-translation-benaceur/trunk
- Files:
-
- 3 edited
-
month-name-translation-benaceur.php (modified) (1 diff)
-
panel-page.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
month-name-translation-benaceur/trunk/month-name-translation-benaceur.php
r3195581 r3225125 4 4 * Plugin URI: https://benaceur-php.com/ 5 5 * Description: This plugin allows you to edit and translate the names of the months ... 6 * Version: 2.3.1 16 * Version: 2.3.12 7 7 * Author: benaceur 8 8 * Text Domain: month-name-translation-benaceur -
month-name-translation-benaceur/trunk/panel-page.php
r3195581 r3225125 11 11 </div> 12 12 <?php } ?> 13 14 <h3 style="text-shadow:-8px 10px 1px #D2D2D2;"><b><?php _e('Month-Name-Translation-Benaceur', 'month-name-translation-benaceur'); ?> V <?php echo $this->MNTB_version(); ?></b></h3> 15 <br /><br /><h2 style="font-family:DroidKufiRegular,Tahoma, Arial;"><?php _e('Settings', 'month-name-translation-benaceur'); ?></h2> 13 14 <div class="wrap"> 15 <h1 style="font-size:20px; text-shadow:-8px 10px 1px #D2D2D2;"><b><?php _e('Month-Name-Translation-Benaceur', 'month-name-translation-benaceur'); ?> V <?php echo $this->MNTB_version(); ?></b></h1> 16 </div> 17 18 <br /><h2 style="font-family:DroidKufiRegular,Tahoma, Arial;"><?php _e('Settings', 'month-name-translation-benaceur'); ?></h2> 16 19 <form method="post" action="options.php" > 17 <?php settings_fields( 'month_name_translation_benaceur_group' ); 18 do_settings_sections( 'month_name_translation_benaceur_group' ); 20 <?php 21 settings_fields( 'month_name_translation_benaceur_group' ); 22 do_settings_sections( 'month_name_translation_benaceur_group' ); 19 23 ?> 20 24 <table class="form-table"> -
month-name-translation-benaceur/trunk/readme.txt
r3195590 r3225125 4 4 Requires at least: 3.0 5 5 Tested up to: 6.7 6 Stable tag: 2.3.1 16 Stable tag: 2.3.12 7 7 License: GPLv2 or later 8 8 … … 33 33 == Changelog == 34 34 35 = 2.3.12 = 36 * Some adjustments and corrections. 35 37 = 2.3.11 = 36 38 * Bug fix: Month names are reset to default once general settings are saved in the admin page (/wp-admin/options-general.php)
Note: See TracChangeset
for help on using the changeset viewer.