[wp-trac] [WordPress Trac] #31441: Consider automatically formatting certain patterns inside TinyMCE
WordPress Trac
noreply at wordpress.org
Sat Jul 11 19:05:12 UTC 2015
#31441: Consider automatically formatting certain patterns inside TinyMCE
----------------------------+-------------------------
Reporter: iseulde | Owner: iseulde
Type: task (blessed) | Status: assigned
Priority: normal | Milestone: 4.3
Component: TinyMCE | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses: javascript
----------------------------+-------------------------
Comment (by ocean90):
In [source:trunk/src/wp-
includes/js/tinymce/plugins/wordpress/plugin.js#L273] we have this:
{{{
tr({ '* or -': 'Bullet list' }) +
tr({ '1. or 1)': 'Numbered list' }) +
}}}
Can we replace "or" with something else which doesn't require a
translation because that's currently missing.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31441#comment:47>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list