Skip to content

Commit a291462

Browse files
Docs: Correct the order of @since and @global tags in some files.
Follow-up to [32642], [32643], [60416]. Props shailu25, mukesh27. See #63166. git-svn-id: https://develop.svn.wordpress.org/trunk@60658 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1ffab32 commit a291462

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/wp-admin/includes/class-wp-screen.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,10 +984,10 @@ public function render_screen_meta() {
984984
}
985985

986986
/**
987-
* @global array $wp_meta_boxes Global meta box state.
988-
*
989987
* @since 3.3.0
990988
*
989+
* @global array $wp_meta_boxes Global meta box state.
990+
*
991991
* @return bool
992992
*/
993993
public function show_screen_options() {

src/wp-admin/includes/misc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,10 +1057,10 @@ function admin_color_scheme_picker( $user_id ) {
10571057
}
10581058

10591059
/**
1060-
*
1061-
* @global array $_wp_admin_css_colors
10621060
*
10631061
* @since 3.8.0
1062+
*
1063+
* @global array $_wp_admin_css_colors
10641064
*/
10651065
function wp_color_scheme_settings() {
10661066
global $_wp_admin_css_colors;

src/wp-admin/includes/template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,9 +2631,9 @@ function get_submit_button( $text = '', $type = 'primary large', $name = 'submit
26312631
/**
26322632
* Prints out the beginning of the admin HTML header.
26332633
*
2634-
* @global bool $is_IE
2635-
*
26362634
* @since 3.3.0
2635+
*
2636+
* @global bool $is_IE
26372637
*/
26382638
function _wp_admin_html_begin() {
26392639
global $is_IE;

0 commit comments

Comments
 (0)