Changeset 624206
- Timestamp:
- 11/12/2012 09:03:30 PM (13 years ago)
- Location:
- network-latest-posts/trunk
- Files:
-
- 1 added
- 2 edited
-
languages/trans-nlp-nb_NO.po (added)
-
network-latest-posts.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
network-latest-posts/trunk/network-latest-posts.php
r624205 r624206 4 4 Plugin URI: http://en.8elite.com/network-latest-posts 5 5 Description: Display the latest posts from the blogs in your network using it as a function, shortcode or widget. 6 Version: 3.4. 36 Version: 3.4.4 7 7 Author: L'Elite 8 8 Author URI: http://laelite.info/ … … 118 118 * -- Julien Dizdar 119 119 * --- Spotted a bug in sorting parameters 120 * 121 * -- kkalvaa 122 * --- Spotted ignored strings by translation files, this problem was due to 123 * --- a loading hierarchy problem 120 124 * 121 125 * That's it, let the fun begin! … … 1173 1177 // Load plugins 1174 1178 wp_enqueue_script('jquery'); 1179 } 1180 /* 1181 * Load Languages 1182 */ 1183 function nlp_load_languages() { 1175 1184 // Set the textdomain for translation purposes 1176 1185 load_plugin_textdomain('trans-nlp', false, basename( dirname( __FILE__ ) ) . '/languages'); 1177 1186 } 1178 1179 1187 // Load CSS Styles 1180 1188 function nlp_load_styles($css_style) { … … 1263 1271 // Run this stuff 1264 1272 add_action("admin_enqueue_scripts","network_latest_posts_init"); 1273 // Languages 1274 add_action('plugins_loaded', 'nlp_load_languages'); 1265 1275 ?> -
network-latest-posts/trunk/readme.txt
r624205 r624206 5 5 Requires at least: 3.0 6 6 Tested up to: 3.4.1 7 Stable tag: 3.4. 37 Stable tag: 3.4.4 8 8 9 9 This plugin allows you to pull all the recent posts from the blogs in your WordPress network and display them in your main site (or internal sites) … … 140 140 == Changelog == 141 141 142 = 3.4.4 = 143 * Replacing language loadtext order to avoid some strings being ignored by translation files, thanks to kkalvaa for spotting this and contributing with the Norwegian Bokmål translation! 144 142 145 = 3.4.3 = 143 146 * Fixed bug while using sort_by_date and sort_by_blog, sorting capabilities were not working properly. Thanks to Julien Dizdar for reporting this bug.
Note: See TracChangeset
for help on using the changeset viewer.