Make WordPress Core


Ignore:
Timestamp:
05/28/2015 09:40:27 PM (9 years ago)
Author:
wonderboymusic
Message:

Add @global annotations for wp-admin/*.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/misc.php

    r32051 r32642  
    3838 *
    3939 * @since 3.7.0
     40 *
     41 * @global bool $is_nginx
    4042 *
    4143 * @return bool Whether the server supports URL rewriting.
     
    154156 *
    155157 * @since 1.5.0
     158 *
     159 * @global WP_Rewrite $wp_rewrite
    156160 */
    157161function save_mod_rewrite_rules() {
     
    183187 *
    184188 * @since 2.8.0
     189 *
     190 * @global WP_Rewrite $wp_rewrite
    185191 *
    186192 * @return bool True if web.config was updated successfully
     
    594600 *
    595601 * @since 3.0.0
     602 *
     603 * @global array $_wp_admin_css_colors
    596604 */
    597605function admin_color_scheme_picker( $user_id ) {
     
    647655}
    648656
     657/**
     658 *
     659 * @global array $_wp_admin_css_colors
     660 */
    649661function wp_color_scheme_settings() {
    650662    global $_wp_admin_css_colors;
     
    788800 * @since 3.8.0
    789801 *
     802 * @global string $pagenow
     803 *
    790804 * @param array $settings An array of Heartbeat settings.
    791805 * @return array Filtered Heartbeat settings.
     
    834848 *
    835849 * @since 4.0
     850 *
     851 * @global bool $is_safari
     852 * @global bool $is_chrome
    836853 */
    837854function post_form_autocomplete_off() {
Note: See TracChangeset for help on using the changeset viewer.