Skip to content
This repository was archived by the owner on Dec 23, 2020. It is now read-only.

Minor Tweak #21

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions wp-lazy-loading.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin Name: WP Lazy Loading
* Plugin URI: https://wordpress.org/plugins/wp-lazy-loading/
* Description: WordPress feature plugin for testing and experimenting with automatically adding the "loading" HTML attribute.
* Version: 1.0
* Version: 1.0.0
* Author: The WordPress Team
* Author URI: https://github.com/WordPress/wp-lazy-loading/
* License: GNU General Public License v2 (or later)
Expand All @@ -27,7 +27,7 @@
}

/**
* Initialise filters and actions.
* Initialize filters and actions.
*/
function _wp_lazy_loading_initialize_filters() {
// The following filters would be merged into core.
Expand All @@ -52,7 +52,7 @@ function _wp_lazy_loading_initialize_filters() {
* If merged to core, this should instead happen directly in
* {@see get_avatar()}, as a default attribute.
*
* @since 1.0
* @since 1.0.0
* @access private
* @see get_avatar()
*
Expand All @@ -73,7 +73,7 @@ function _wp_lazy_loading_add_attribute_to_avatar( $avatar ) {
* If merged to core, this should instead happen directly in
* {@see wp_get_attachment_image()}, as a default attribute.
*
* @since 1.0
* @since 1.0.0
* @access private
* @see wp_get_attachment_image()
*
Expand Down