diff --git a/wp-content/mu-plugins/markdown-sync/class-cpdocs-importer.php b/wp-content/mu-plugins/markdown-sync/class-cpdocs-importer.php index c91a161..a0794ce 100644 --- a/wp-content/mu-plugins/markdown-sync/class-cpdocs-importer.php +++ b/wp-content/mu-plugins/markdown-sync/class-cpdocs-importer.php @@ -31,7 +31,7 @@ public function get_post_type() { } /** - * Override for finding an existing post based on a manifest key. + * Override for linking up a post to a manifest entry. * * The structure of our manifest mirrors the URL structure of this site, so * we just need to look at the post slug and its parent slugs (if any).