Skip to content

Commit 87d2214

Browse files
committed
Update since tags for version 1.1.0.
1 parent 9731a34 commit 87d2214

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

load.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function( $module_settings ) {
142142
*
143143
* This attribute is then used in {@see perflab_render_generator()}.
144144
*
145-
* @since n.e.x.t
145+
* @since 1.1.0
146146
*/
147147
function perflab_get_generator_content() {
148148
$active_modules = perflab_get_active_modules();
@@ -159,7 +159,7 @@ function perflab_get_generator_content() {
159159
*
160160
* See {@see 'wp_head'}.
161161
*
162-
* @since n.e.x.t
162+
* @since 1.1.0
163163
*/
164164
function perflab_render_generator() {
165165
$content = perflab_get_generator_content();

modules/images/webp-uploads/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function webp_uploads_generate_additional_image_source( $attachment_id, $image_s
7474
*
7575
* Returning an image data array or WP_Error here effectively short-circuits the default logic to generate the image source.
7676
*
77-
* @since n.e.x.t
77+
* @since 1.1.0
7878
*
7979
* @param array|null|WP_Error $image Image data {'path'=>string, 'file'=>string, 'width'=>int, 'height'=>int, 'mime-type'=>string} or null or WP_Error.
8080
* @param int $attachment_id The ID of the attachment from where this image would be created.

modules/images/webp-uploads/load.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ function webp_uploads_img_tag_update_mime_type( $image, $context, $attachment_id
493493
*
494494
* Altering the $image tag through this filter effectively short-circuits the default replacement logic using the preferred MIME type.
495495
*
496-
* @since n.e.x.t
496+
* @since 1.1.0
497497
*
498498
* @param string $image An <img> tag where the urls would be updated.
499499
* @param int $attachment_id The ID of the attachment being modified.
@@ -562,7 +562,7 @@ function webp_uploads_img_tag_update_mime_type( $image, $context, $attachment_id
562562
* Updates the references of the featured image to the a new image format if available, in the same way it
563563
* occurs in the_content of a post.
564564
*
565-
* @since n.e.x.t
565+
* @since 1.1.0
566566
*
567567
* @param string $html The current HTML markup of the featured image.
568568
* @param int $post_id The current post ID where the featured image is requested.

0 commit comments

Comments
 (0)