Changeset 1182125
- Timestamp:
- 06/16/2015 08:42:00 PM (11 years ago)
- Location:
- network-latest-posts/trunk
- Files:
-
- 2 edited
-
network-latest-posts.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
network-latest-posts/trunk/network-latest-posts.php
r1166888 r1182125 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.7 6 Version: 3.7.1 7 7 Author: Jose Luis SAYAGO 8 8 Author URI: http://wplatino.com/ … … 272 272 // Display blog or blogs 273 273 // if the user passes one value 274 $display = ''; 274 275 if( !preg_match("/,/",$blog_id) ) { 275 276 // Always clean this stuff ;) (oh.. told you I'm a paranoid) … … 297 298 // Ignore blog or blogs 298 299 // if the user passes one value 300 $ignore = ''; 299 301 if( !preg_match("/,/",$ignore_blog) ) { 300 302 // Always clean this stuff ;) -
network-latest-posts/trunk/readme.txt
r1166888 r1182125 5 5 Requires at least: 3.0 6 6 Tested up to: 4.2.2 7 Stable tag: 3.7 7 Stable tag: 3.7.1 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) … … 151 151 == Changelog == 152 152 153 = 3.7.1 = 154 * Fixed notices: warning notices for undeclared variables 155 * Added Iranian translation 156 157 = 3.7 = 158 * Improved pagination, replaced $.live by $.on supporing newest versions of jQuery 159 153 160 = 3.6.3 = 154 161 * New parameter: display_date, allows to display post dates along with other metadata
Note: See TracChangeset
for help on using the changeset viewer.