Skip to content

Move wp_cache_setting to phase1 file, and load everything on activation#443

Merged
donnchawp merged 2 commits into
masterfrom
fix/load_wp_cache_setting
Nov 6, 2017
Merged

Move wp_cache_setting to phase1 file, and load everything on activation#443
donnchawp merged 2 commits into
masterfrom
fix/load_wp_cache_setting

Conversation

@donnchawp
Copy link
Copy Markdown
Contributor

The function wp_cache_setting() is used by the debug logger in
wp-cache-phase1.php so we need to define that function earlier.
The activation script then has to include the phase1 script so the
plugin can record settings.

Move is_writeable_ACLSafe to phase1 too as it's used there.

The function wp_cache_setting() is used by the debug logger in
wp-cache-phase1.php so we need to define that function earlier.
The activation script then has to include the phase1 script so the
plugin can record settings.
@donnchawp donnchawp self-assigned this Nov 6, 2017
@donnchawp donnchawp merged commit afad95f into master Nov 6, 2017
@donnchawp donnchawp deleted the fix/load_wp_cache_setting branch November 6, 2017 17:06
@donnchawp
Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants