Changeset 217796
- Timestamp:
- 03/15/2010 05:26:13 PM (16 years ago)
- Location:
- easy-image-share
- Files:
-
- 1 deleted
- 2 edited
-
tags/1.1 (deleted)
-
trunk/easyimageshare.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-image-share/trunk/easyimageshare.php
r217792 r217796 29 29 function easyimagesharefilter($content){ 30 30 31 $imagepageurl = the_permalink();32 31 $simpleimagefind = '|<img.*?src=[\'"](.*?)[\'"].*?>|i'; 33 32 … … 35 34 $imagelocurl = $foundimage[1]; 36 35 $easyshareimagetextcode = 'HTML Code <BR /> 37 <textarea rows="3" cols="60" onClick=select()><A href="'. $imagepageurl.'"><IMG src='.$imagelocurl.'></A></textarea><BR />36 <textarea rows="3" cols="60" onClick=select()><A href="'.get_bloginfo('url').'"><IMG src='.$imagelocurl.'></A></textarea><BR /> 38 37 BB Code<BR /> 39 <textarea rows="3" cols="60" onClick=select()>[url='. $imagepageurl.'][img]'.$imagelocurl.'[/img][/url]</textarea>38 <textarea rows="3" cols="60" onClick=select()>[url='.get_bloginfo('url').'][img]'.$imagelocurl.'[/img][/url]</textarea> 40 39 '; 41 40 $content .= $easyshareimagetextcode ; -
easy-image-share/trunk/readme.txt
r217795 r217796 5 5 Requires at least: 2.9.2 6 6 Tested up to: 2.9.2 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 9 9 Easy Image Share is a plugin that provides a sharing code for users at the end of a post that contains an image. … … 20 20 * Added Javascript to select all of the text on click 21 21 22 * Changed the link URL to go to the current page that the user is on when they select the text.22 * Changed the link URL to go to the URL of the blog. 23 23 24 24 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.