Changeset 200183
- Timestamp:
- 01/31/2010 02:22:40 PM (16 years ago)
- Location:
- sidebartabs/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
sidebarTabs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sidebartabs/trunk/readme.txt
r199929 r200183 22 22 23 23 All the information you need about this plugin can be found in Plugin Homepage. 24 25 = Languages = 26 27 Just upload the .mo file in the sidebartabs/langs folder. WordPress will automatically load the language file from this directory, where locale is the value you defined in your wp-config.php file in the root of your WordPress installation. 28 29 **Russian / ??????? ???? [ru_RU]** 30 31 * Author: [minimus](http://simplelib.co.cc/) 32 * Version: 2.0.3 33 * Download: [sidebarTabs-ru_Ru](http://www.blogviche.com.br/download/7/) 24 34 25 35 == Installation == … … 51 61 * Now, edit or add tabs in "Create New sidebarTabs" and select the corresponding icon for each one. 52 62 53 == Other Notes==63 == Upgrade Notice == 54 64 55 65 = Upgrade = -
sidebartabs/trunk/sidebarTabs.php
r199932 r200183 285 285 <small><?php _e('Seperate mutiple sidebarTabs orders with commas. Leave blank for all.', 'sidebartabs'); ?></small> </p> 286 286 <p> 287 <label for="<?php echo $this->get_field_id('layout_instance'); ?>"><?php _e('Layout of Instance:', 'sidebartab as'); ?>287 <label for="<?php echo $this->get_field_id('layout_instance'); ?>"><?php _e('Layout of Instance:', 'sidebartabs'); ?> 288 288 <select name="<?php echo $this->get_field_name('layout_instance'); ?>" id="<?php echo $this->get_field_id('layout_instance'); ?>" class="widefat"> 289 289 <option value="1"<?php selected('1', $layout_instance); ?>><?php _e('Horizontal', 'sidebartabs'); ?></option> … … 293 293 </p> 294 294 <p> 295 <label for="<?php echo $this->get_field_id('effects'); ?>"><?php _e('Effect (Only vertical instances):', 'sidebartab as'); ?>295 <label for="<?php echo $this->get_field_id('effects'); ?>"><?php _e('Effect (Only vertical instances):', 'sidebartabs'); ?> 296 296 <select name="<?php echo $this->get_field_name('effects'); ?>" id="<?php echo $this->get_field_id('effects'); ?>" class="widefat"> 297 297 <option value="default"<?php selected('default', $effects); ?>><?php _e('default', 'sidebartabs'); ?></option>
Note: See TracChangeset
for help on using the changeset viewer.