Changeset 177137
- Timestamp:
- 11/26/2009 05:18:36 AM (16 years ago)
- Location:
- user-link-feed
- Files:
-
- 47 added
- 3 edited
-
tags/1.2.1 (added)
-
tags/1.2.1/display (added)
-
tags/1.2.1/display/arrow_left.png (added)
-
tags/1.2.1/display/arrow_right.png (added)
-
tags/1.2.1/display/dashboard (added)
-
tags/1.2.1/display/dashboard/new-feed.php (added)
-
tags/1.2.1/display/delete.png (added)
-
tags/1.2.1/display/feed (added)
-
tags/1.2.1/display/feed-form.php (added)
-
tags/1.2.1/display/feed.php (added)
-
tags/1.2.1/display/feed.png (added)
-
tags/1.2.1/display/feed/index.php (added)
-
tags/1.2.1/display/index.php (added)
-
tags/1.2.1/display/options-main.php (added)
-
tags/1.2.1/display/user-link-feed.css (added)
-
tags/1.2.1/display/user-link-feed.js (added)
-
tags/1.2.1/display/widget (added)
-
tags/1.2.1/display/widget/feed-control.php (added)
-
tags/1.2.1/display/widget/feed.php (added)
-
tags/1.2.1/include (added)
-
tags/1.2.1/include/Services_JSON.php (added)
-
tags/1.2.1/include/http.php (added)
-
tags/1.2.1/include/sasl (added)
-
tags/1.2.1/include/sasl/LICENSE (added)
-
tags/1.2.1/include/sasl/basic_sasl_client.php (added)
-
tags/1.2.1/include/sasl/cram_md5_sasl_client.php (added)
-
tags/1.2.1/include/sasl/digest_sasl_client.php (added)
-
tags/1.2.1/include/sasl/documentation (added)
-
tags/1.2.1/include/sasl/documentation/sasl_class.html (added)
-
tags/1.2.1/include/sasl/login_sasl_client.php (added)
-
tags/1.2.1/include/sasl/ntlm_sasl_client.php (added)
-
tags/1.2.1/include/sasl/plain_sasl_client.php (added)
-
tags/1.2.1/include/sasl/sasl.php (added)
-
tags/1.2.1/license.txt (added)
-
tags/1.2.1/readme.txt (added)
-
tags/1.2.1/recaptcha (added)
-
tags/1.2.1/recaptcha/LICENSE (added)
-
tags/1.2.1/recaptcha/README (added)
-
tags/1.2.1/recaptcha/recaptchalib.php (added)
-
tags/1.2.1/screenshot-1.jpg (added)
-
tags/1.2.1/screenshot-2.jpg (added)
-
tags/1.2.1/screenshot-3.jpg (added)
-
tags/1.2.1/screenshot-4.jpg (added)
-
tags/1.2.1/screenshot-5.jpg (added)
-
tags/1.2.1/user-link-feed-class.php (added)
-
tags/1.2.1/user-link-feed-pagination-class.php (added)
-
tags/1.2.1/user-link-feed.php (added)
-
trunk/display/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/user-link-feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
user-link-feed/trunk/display/index.php
r175751 r177137 4 4 * 5 5 * @author Sulaeman 6 * @version 1.0. 06 * @version 1.0.1 7 7 * @package user-link-feed 8 8 */ … … 128 128 unset($matches); 129 129 130 if (!$description) 131 { 132 if (preg_match('/<meta.+name="description".+content="(.*)" \/>/', $body_doc, $matches)) 133 { 134 $description = $matches[1]; 135 } 136 unset($matches); 137 } 138 130 139 $payload = array( 131 140 'url' => ((strlen($ulf_url) > 60) ? substr($ulf_url, 0, 60) . '...' : $ulf_url), -
user-link-feed/trunk/readme.txt
r175751 r177137 5 5 Requires at least: 2.8.x 6 6 Tested up to: 2.8.6 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 9 9 == Description == … … 56 56 == Changelog == 57 57 58 = 1.2.1 = 59 * Fetch from meta description if not found in body 60 58 61 = 1.2.0 = 59 62 * Fetch Title, Description, and Images directly from the link source in realtime. -
user-link-feed/trunk/user-link-feed.php
r175751 r177137 4 4 Plugin URI: http://sulaeman.nundut.com/2009/11/user-link-feed-plugin-for-wordpress/ 5 5 Description: User Link Feed enables user blog to contribute link feeds. 6 Version: 1.2. 06 Version: 1.2.1 7 7 Author: Sulaeman 8 8 Author URI: http://sulaeman.nundut.com/
Note: See TracChangeset
for help on using the changeset viewer.