Skip to content

Commit 49e642d

Browse files
Docs: Add missing @deprecated tag for ::set_imagick_time_limit().
Follow-up to [56250]. Props justlevine. See #63268. git-svn-id: https://develop.svn.wordpress.org/trunk@60303 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e63f7d9 commit 49e642d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-image-editor-imagick.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ protected function update_size( $width = null, $height = null ) {
305305
* image operations within the time of the HTTP request.
306306
*
307307
* @since 6.2.0
308-
* @since 6.3.0 This method was deprecated.
308+
* @deprecated 6.3.0 No longer used in core.
309309
*
310310
* @return int|null The new limit on success, null on failure.
311311
*/

0 commit comments

Comments
 (0)