[wp-meta] [Making WordPress.org] #4835: Support Forums: Condense code blocks by default
Making WordPress.org
noreply at wordpress.org
Fri Mar 20 03:40:43 UTC 2020
#4835: Support Forums: Condense code blocks by default
----------------------------+-----------------------------
Reporter: Clorith | Owner: SergeyBiryukov
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: Support Forums | Resolution: fixed
Keywords: has-patch |
----------------------------+-----------------------------
Changes (by dd32):
* status: reviewing => closed
* resolution: => fixed
Comment:
Plugin is active on all Support forums, english and locales.
To activate it on all rosetta sites, I just used wp-cli, but as it
[https://github.com/wp-cli/entity-command/issues/285 doesn't support
listing sites by path] I used a SQL to generate all the CLI commands
needed:
{{{
SELECT concat( 'bin/wp plugin activate wporg-bbp-code-blocks-expand-
contract/wporg-bbp-code-blocks-expand-contract.php --url=https://',
domain, path )
FROM wp_blogs WHERE site_id = 6 AND path = '/support/'
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4835#comment:11>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list