Changeset 705756
- Timestamp:
- 04/30/2013 04:20:41 AM (13 years ago)
- Location:
- no-image-link
- Files:
-
- 5 added
- 1 deleted
- 2 edited
-
tags/1.2 (added)
-
tags/1.2/no-imagelink.php (added)
-
tags/1.2/readme.txt (added)
-
tags/1.2/screenshot-1.png (added)
-
trunk/no-imagelink.php (modified) (1 diff)
-
trunk/readme.rtf (deleted)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/screenshot-1.png (added)
Legend:
- Unmodified
- Added
- Removed
-
no-image-link/trunk/no-imagelink.php
r697135 r705756 2 2 /* 3 3 Plugin Name: No Image Link 4 Plugin URI: http://scottwernerdesign.com/ 5 Description: Defaults the Image Link option when adding a photo to none.6 Version: 1. 14 Plugin URI: http://scottwernerdesign.com/plugins/no-image-link/ 5 Description: Defaults the Image Link option when adding a photo to 'none'. 6 Version: 1.2 7 7 Author: scottwerner 8 8 Author URI: http://scottwernerdesign.com -
no-image-link/trunk/readme.txt
r698706 r705756 2 2 Contributors: scottwerner 3 3 Donate Link: http://scottwernerdesign.com/donate/ 4 Tags: image, images, link, no, none, File URL, URL, default, insert4 Tags: remove, image, images, picture, link, links, no, none, File URL, URL, insert, default 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.5.1 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 Defaults the Image Link option to 'none' when adding a picture to a page or post. 15 By default, WordPress links images to themselves. A user sees that the image is a link, clicks it and they are then taken to a page of just the image. Then they click 'back' in their browser or move on to another site. 16 17 You could manually remove the link, but that is a pain. Plus, when handing sites over to clients they shouldn't have to remember to remove it to have a great functioning site. 16 18 17 19 == Installation == … … 30 32 When adding a photo, under the 'Image Link' option, choose 'File URL' 31 33 34 = Why do images already have links? = 35 WordPress' default setting is to link images to themselves. 36 37 = Does this remove links on existing images? = 38 39 No it does not. You will have to manually remove links off of existing images. You could also just install this plugin when first setting up the site. 40 41 == Screenshots == 42 43 1. This is what the default will look like once the plugin is installed and activated. 44 32 45 == Changelog == 46 47 = 1.2 = 48 * Updated description 49 * Added more FAQ 50 * Added screenshot 51 * Updated plugin URI link 33 52 34 53 = 1.1 = 35 54 * Updated the WordPress version it is compatible to. 55 56 == Upgrade Notice == 57 58 = 1.2 = 59 Added correct link to plugin site. 60 61 = 1.1 = 62 Updates WordPress version compatibility.
Note: See TracChangeset
for help on using the changeset viewer.