equal
deleted
inserted
replaced
87 /** |
87 /** |
88 * Prints the meta box preferences for screen meta. |
88 * Prints the meta box preferences for screen meta. |
89 * |
89 * |
90 * @since 2.7.0 |
90 * @since 2.7.0 |
91 * |
91 * |
92 * @global array $wp_meta_boxes |
92 * @global array $wp_meta_boxes Global meta box state. |
93 * |
93 * |
94 * @param WP_Screen $screen |
94 * @param WP_Screen $screen |
95 */ |
95 */ |
96 function meta_box_prefs( $screen ) { |
96 function meta_box_prefs( $screen ) { |
97 global $wp_meta_boxes; |
97 global $wp_meta_boxes; |