| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…ve testing via mock filesystem.
| // https://github.com/WordPress/performance/issues/612). | ||
| // In that case we can simply delete the main file since it is | ||
| // already backed up. | ||
| if ( $wp_filesystem->exists( WP_CONTENT_DIR . '/object-cache-plst-orig.php' ) ) { |
There was a problem hiding this comment.
What's the plst reference?
Sorry, something went wrong.
There was a problem hiding this comment.
Just a shorthand for "Performance Lab Server Timing" to make the file name more "unique" (e.g. in case another plugin would already do something similar using -orig suffix).
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks @felixarntz Overall looks solid to me. Left some feedbacks.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks @felixarntz changes look good
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks @felixarntz, LGTM!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Fixes #612
Relevant technical choices
Checklist