mirror of
git://develop.git.wordpress.org/
synced 2025-04-16 10:02:20 +02:00
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:
parent
d6a37f9046
commit
d5407ec719
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user