Make WordPress Core


Ignore:
Timestamp:
05/18/2020 12:53:34 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Themes: Remove extra whitespace from wp-admin/includes/ajax-actions.php and wp-admin/includes/theme.php.

Follow-up to [47816].

See #48491.

File:
1 edited

Legend:

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

    r47816 r47818  
    35743574        $theme->num_ratings    = number_format_i18n( $theme->num_ratings );
    35753575        $theme->preview_url    = set_url_scheme( $theme->preview_url );
    3576         $theme->compatible_wp  = is_wp_version_compatible( $theme->requires );
    3577         $theme->compatible_php = is_php_version_compatible( $theme->requires_php );
     3576        $theme->compatible_wp  = is_wp_version_compatible( $theme->requires );
     3577        $theme->compatible_php = is_php_version_compatible( $theme->requires_php );
    35783578    }
    35793579
Note: See TracChangeset for help on using the changeset viewer.