Skip to content

Commit 5f38d3a

Browse files
committed
Fix some special character from readme file
1 parent 2fcb74a commit 5f38d3a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

readme.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@ Below is a list of available a3 Lazy Load filters to use and pass onto the devel
155155

156156
Apply lazy load for images in content.
157157
<code>a3_lazy_load_images</code>
158-
Example: <code>apply_filters( ‘a3_lazy_load_images’, $your_content, null );</code>
158+
Example: <code>apply_filters( 'a3_lazy_load_images', $your_content, null );</code>
159159

160160
Apply lazy load for videos and iframe from content.
161161
<code>a3_lazy_load_videos</code>
162-
Example <code>apply_filters( ‘a3_lazy_load_videos’, $your_content, null );</code>
162+
Example <code>apply_filters( 'a3_lazy_load_videos', $your_content, null );</code>
163163

164164
Apply lazy load for all images, videos and iframe from content
165165
<code>a3_lazy_load_html</code>
166-
Example: apply_filters( ‘a3_lazy_load_html’, $your_content, null );
166+
Example: apply_filters( 'a3_lazy_load_html', $your_content, null );
167167

168168
= Filter Tags to Exclude by Theme Class name =
169169

@@ -200,7 +200,7 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
200200
= 1.8.5 - 2018/03/23 =
201201
* Maintenance Update. Refactor of Lazy Load on Widgets, Full Compatibility with the Advanced Custom Fields plugin, optimization tweaks and 3 bug fixes.
202202
* Refactor - Apply lazy load to all widgets instead of Text Widget and HTML widget from WordPress
203-
* Refactor - Remove the code that hook to tag ‘wp_get_attachment_image_attributes’ which was required to add support for lazy load for [gallery] shortcode. Redundant after WP version 4.6.0 and now removed.
203+
* Refactor - Remove the code that hook to tag 'wp_get_attachment_image_attributes' which was required to add support for lazy load for [gallery] shortcode. Redundant after WP version 4.6.0 and now removed.
204204
* Tweak - Add filter to acf_the_content tag for apply lazy load on the Content from ACF plugin. Kudos to @ondoheer for creating full compatibility with ACF Free and Premium version.
205205
* Tweak - Disable load new google fonts via API. Google fonts not used and saves 4 calls to database on each page load. Thanks to Robert Harm for reporting the issue
206206
* Tweak - Optimized loading gif compression for even faster load. Thanks @jasom for the suggestion
@@ -231,18 +231,18 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
231231
* Fix - WordPress Admin Tool Bar User Avatar conflict Issue #2
232232

233233
= 1.8.1 - 2017/05/31 =
234-
* Fix - Use correct object A3_Lazy_Load instead of ‘this’ as it was causing a fatal error
234+
* Fix - Use correct object A3_Lazy_Load instead of 'this' as it was causing a fatal error
235235

236236
= 1.8.0 - 2017/05/30 =
237-
* Feature – Updated for compatibility with Better AMP plugin
238-
* Feature – Launched a3Lazy Load Github public Repository
239-
* Feature – WordPress Translation activation. Add text domain declaration in file header.
237+
* Feature - Updated for compatibility with Better AMP plugin
238+
* Feature - Launched a3Lazy Load Github public Repository
239+
* Feature - WordPress Translation activation. Add text domain declaration in file header.
240240
* Tweak - Change global $$variable to global ${$variable} for compatibility with PHP 7.0
241241
* Tweak - Update a3 Revolution to a3rev Software on plugins description
242242
* Tweak - Update plugin framework to latest version
243243
* Tweak - Tested for full compatibility with WordPress version 4.7.5
244244
* Tweak - Tested for full compatibility with PHP 7.0
245-
* Fix – Exclude images by class
245+
* Fix - Exclude images by class
246246

247247
= 1.7.1 =
248248
* Tweak - Register fontawesome in plugin framework with style name is 'font-awesome-styles'

0 commit comments

Comments
 (0)