Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

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

    r45927 r47122  
    77 */
    88
    9 // don't load directly
     9// Don't load directly.
    1010if ( ! defined( 'ABSPATH' ) ) {
    1111    die( '-1' );
     
    105105do_action( "admin_footer-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    106106
    107 // get_site_option() won't exist when auto upgrading from <= 2.7
     107// get_site_option() won't exist when auto upgrading from <= 2.7.
    108108if ( function_exists( 'get_site_option' ) ) {
    109109    if ( false === get_site_option( 'can_compress_scripts' ) ) {
Note: See TracChangeset for help on using the changeset viewer.