Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #43308, comment 13


Ignore:
Timestamp:
02/14/2018 11:33:43 PM (7 years ago)
Author:
youngcp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43308, comment 13

    v1 v2  
    1111Changes noop.php to function_exists check each function definition.
    1212
    13 Performs 'SHORTINIT' of WordPress (up to) 2 times on an uncached requests to `wp-admin/load-scripts.php` and `wp-admin/load-styles.php`.
     13Performs 'SHORTINIT' of WordPress (up to) 2 times on uncached requests to `wp-admin/load-scripts.php` and `wp-admin/load-styles.php`.
     14Permanent (HTTP 301) redirect and fully cached result is browser friendly.
    1415
    1516Let me know if I messed up any code styling or anything.