Skip to content

Commit

Permalink
Docs: Correct @since version for add_allowed_options().
Browse files Browse the repository at this point in the history
Follow-up to [48121].

Props coffee2code.
Fixes #51450.

git-svn-id: https://develop.svn.wordpress.org/trunk@49096 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Oct 6, 2020
1 parent 3ebeaff commit af9db19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/includes/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@ function option_update_filter( $options ) {
/**
* Adds an array of options to the list of allowed options.
*
* @since 2.7.0
* @since 5.5.0
*
* @global array $allowed_options
*
Expand Down

0 comments on commit af9db19

Please sign in to comment.