Ben Keith
Ben Keith
Saving this snippet for inclusion in the plugin: https://github.com/ampproject/amp-wp/blob/efd1d0759d000a82a48ae0a0dd1fca9bdbcf1d8d/amp.php#L16-L31
- [ ] provide message in admin, using that snippet, about PHP version dependency.
Removing this from the 1.3.2.3 milestone because I don't have a way to test PHP < 7.3 at the moment, and also because PHP 5.6 has been EOL since 31...
After https://github.com/INN/pym-shortcode/commit/2613c2557e797cd797b44da73f15a7f58d49832e, we have a save method that does store some things in the post_content directly, so it's worth rechecking to see if we can grab that.
in progress on 35-anchor-redux, but still no idea how to get the `anchor` value passed to the shortcode, even when trying to pull it from the post_content.
This is where it would be added, probably: https://github.com/plasticboy/vim-markdown/blob/da5a7ac96f517e0fd6f886bc3fbe27156ca1f946/indent/markdown.vim#L11-L15 Do we know what the proper syntax is for marking `- [ ] ` as a bullet, and marking that `-...
VIP CLI solution example: ``` vip @example-org -- wp search-replace --url=example.org --all-tables-with-prefix --dry-run the-old-string the-new-string ``` This required setting both `--url` and `--all-tables-with-prefix`.
Spinning out something that @trepmal [mentioned in passing](https://github.com/wp-cli/wp-cli/issues/4670#issuecomment-502238177) but bears repeating: > `--all-tables`/`--all-tables-with-prefix` both work with the optional `` arg(s), as well as `--url` flag. `--all-tables`/`--all-tables-with-prefix` is effectively a broader...
This bug is not appearing in 3.2.2's unminified version, if that helps.
If that's the case, then the docs at http://cubiq.org/add-to-home-screen should be updated to put the `addToHomescreen();` call in the footer.