Changeset 2122002
- Timestamp:
- 07/12/2019 11:08:11 AM (7 years ago)
- Location:
- insert-image-alt-text
- Files:
-
- 1 added
- 3 edited
-
assets/screenshot-2.jpg (added)
-
tags/1.0/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/admin/partials/insert-image-alt-text-admin-display.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
insert-image-alt-text/tags/1.0/README.txt
r2121966 r2122002 1 1 === Plugin Name === 2 2 Contributors: ramjon27 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LAKCTS675QB26&source=url 4 Tags: comments, spam 5 Requires at least: 3.0.1 6 Tested up to: 3.4 7 Stable tag: 4.3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EXQDL6JVVGBQL&source=url 4 Tags: alt-text, image, seo 5 Requires at least: 4.9 6 Tested up to: 5.2.2 7 Stable tag: 1.0 8 Requires PHP: 5.2.4 8 9 License: GPLv2 or later 9 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 52 53 53 54 1. The Insert Image Alt Text helps you to determine all the images with/without alt text. 55 2. Once plugin is installed, you can easily click the button to add alt text to all images that don't have alt text. 54 56 55 57 == Changelog == -
insert-image-alt-text/trunk/README.txt
r2121971 r2122002 2 2 Contributors: ramjon27 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LAKCTS675QB26&source=url 4 Tags: comments, spam4 Tags: seo, alt-images, image 5 5 Requires at least: 3.0.1 6 Tested up to: 3.47 Stable tag: 4. 36 Tested up to: 5.2 7 Stable tag: 4.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
insert-image-alt-text/trunk/admin/partials/insert-image-alt-text-admin-display.php
r2121971 r2122002 72 72 ); ?></span></h2> 73 73 <div class="inside"> 74 <p><?php esc_attr_e( 'This is a one use tool to put alt text in all images that doesn\'t have alt text. This plugin has a feature to put alt text during uploading. Whatever the file name of your image then it would be the alt text of that image as well.' ); ?></p>74 <p><?php esc_attr_e( 'This is a one use tool to put alt text in all images that doesn\'t have alt text.' ); ?></p> 75 75 </div> 76 76 </div>
Note: See TracChangeset
for help on using the changeset viewer.