Docs: Use correct @since tag notation.

This corrects the version number specified by the `@since` tag for the `delete_theme` and `deleted_theme` action hooks introduced in [50826] to contain a full, 3 digit version.

Props ocean90.
See #16401.

git-svn-id: https://develop.svn.wordpress.org/trunk@50827 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2021-05-07 18:24:23 +00:00
parent d6a37f9046
commit d5407ec719

View File

@ -75,7 +75,7 @@ function delete_theme( $stylesheet, $redirect = '' ) {
/**
* Fires immediately before a theme deletion attempt.
*
* @since 5.8
* @since 5.8.0
*
* @param string $stylesheet Stylesheet of the theme to delete.
*/
@ -88,7 +88,7 @@ function delete_theme( $stylesheet, $redirect = '' ) {
/**
* Fires immediately after a theme deletion attempt.
*
* @since 5.8
* @since 5.8.0
*
* @param string $stylesheet Stylesheet of the theme to delete.
* @param bool $deleted Whether the theme deletion was successful.