Changeset 1307423
- Timestamp:
- 12/13/2015 04:34:14 PM (10 years ago)
- Location:
- rich-text-excerpts/trunk
- Files:
-
- 6 edited
-
languages/rich-text-excerpts.pot (modified) (7 diffs)
-
readme.txt (modified) (2 diffs)
-
rich-text-excerpts-editor.js (modified) (1 diff)
-
rich-text-excerpts.css (modified) (2 diffs)
-
rich-text-excerpts.js (modified) (1 diff)
-
rich-text-excerpts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rich-text-excerpts/trunk/languages/rich-text-excerpts.pot
r972435 r1307423 78 78 msgstr "" 79 79 80 #: rich-text-excerpts.php:47 480 #: rich-text-excerpts.php:475 81 81 msgid "Set the priority of the excerpt editor" 82 82 msgstr "" 83 83 84 #: rich-text-excerpts.php:48 584 #: rich-text-excerpts.php:487 85 85 msgid "Use the minimal editor configuration used in PressThis" 86 86 msgstr "" 87 87 88 #: rich-text-excerpts.php:48 788 #: rich-text-excerpts.php:489 89 89 msgid "Use the full version of the editor" 90 90 msgstr "" 91 91 92 #: rich-text-excerpts.php:4 8892 #: rich-text-excerpts.php:490 93 93 msgid "" 94 94 "Choose whether to use the full TinyMCE editor, or the “teeny” " … … 96 96 msgstr "" 97 97 98 #: rich-text-excerpts.php:50 698 #: rich-text-excerpts.php:508 99 99 msgid "" 100 100 "Stop removing the <p> and <br> tags when saving and show them in " … … 105 105 msgstr "" 106 106 107 #: rich-text-excerpts.php:5 08107 #: rich-text-excerpts.php:510 108 108 msgid "Enable upload media button" 109 109 msgstr "" 110 110 111 #: rich-text-excerpts.php:5 09111 #: rich-text-excerpts.php:511 112 112 msgid "Number of rows to use in the text editor (minimum is 3)" 113 113 msgstr "" 114 114 115 #: rich-text-excerpts.php:51 0115 #: rich-text-excerpts.php:512 116 116 msgid "Height of editor in pixels (between 50 and 5000)" 117 117 msgstr "" 118 118 119 #: rich-text-excerpts.php:51 1119 #: rich-text-excerpts.php:513 120 120 msgid "Toolbar Buttons and Plugins" 121 121 msgstr "" 122 122 123 #: rich-text-excerpts.php:51 6123 #: rich-text-excerpts.php:518 124 124 msgid "For a list of buttons and plugins in TinyMCE, see the TinyMCE wiki" 125 125 msgstr "" 126 126 127 #: rich-text-excerpts.php:51 6127 #: rich-text-excerpts.php:518 128 128 msgid "" 129 129 "There is also some documentation on the implementation of TinyMCE in " … … 131 131 msgstr "" 132 132 133 #: rich-text-excerpts.php:51 6133 #: rich-text-excerpts.php:518 134 134 msgid "Button and plugin names should be separated using commas" 135 135 msgstr "" 136 136 137 #: rich-text-excerpts.php:51 7137 #: rich-text-excerpts.php:519 138 138 msgid "" 139 139 "Plugins to add - make sure you add any plugin specific buttons to the editor " … … 141 141 msgstr "" 142 142 143 #: rich-text-excerpts.php:5 18143 #: rich-text-excerpts.php:520 144 144 msgid "" 145 145 "Toolbar buttons - use the word ‘separator’ to separate groups of " … … 147 147 msgstr "" 148 148 149 #: rich-text-excerpts.php:52 5149 #: rich-text-excerpts.php:527 150 150 msgid "" 151 151 "Configure the buttons for the advanced editor using the TinyMCE Advanced " … … 153 153 msgstr "" 154 154 155 #: rich-text-excerpts.php:52 7155 #: rich-text-excerpts.php:529 156 156 msgid "" 157 157 "If you want to configure the buttons for the advanced editor, install and " -
rich-text-excerpts/trunk/readme.txt
r972591 r1307423 4 4 Tags: excerpt, editor, TinyMCE, formatting 5 5 Requires at least: 3.3 6 Tested up to: 4. 07 Stable tag: 1.3. 26 Tested up to: 4.4 7 Stable tag: 1.3.3 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 77 77 == Changelog == 78 78 79 = 1.3.3 = 80 * Incorporated *some* of the suggestions in [this forum post](https://wordpress.org/support/topic/css-to-remove-space) about the padding around the editor 81 * Bumped "Tested up to" value to Wordpress 4.4. 82 79 83 = 1.3.2 = 80 84 * Updated Polish translation thanks to [alcoholdenat](https://github.com/alcoholdenat). -
rich-text-excerpts/trunk/rich-text-excerpts-editor.js
r972446 r1307423 5 5 Author: Peter Edwards <pete@bjorsq.net> 6 6 Author URI: https://github.com/bjorsq/rich-text-excerpts 7 Version: 1.3. 27 Version: 1.3.3 8 8 License: GPLv3 9 9 -
rich-text-excerpts/trunk/rich-text-excerpts.css
r972435 r1307423 5 5 Author: Peter Edwards <pete@bjorsq.net> 6 6 Author URI: https://github.com/bjorsq/rich-text-excerpts 7 Version: 1.3. 27 Version: 1.3.3 8 8 License: GPLv3 9 9 … … 42 42 background: #ffffff; 43 43 } 44 #richtext_excerpt_editor_metabox div.inside { 45 padding: 0; 46 margin-top: 0px; 47 } 48 #wp-excerpt-editor-container { 49 border-width: 1px 0 0 0; 50 } -
rich-text-excerpts/trunk/rich-text-excerpts.js
r972435 r1307423 5 5 Author: Peter Edwards <pete@bjorsq.net> 6 6 Author URI: https://github.com/bjorsq/rich-text-excerpts 7 Version: 1.3. 27 Version: 1.3.3 8 8 License: GPLv3 9 9 -
rich-text-excerpts/trunk/rich-text-excerpts.php
r972435 r1307423 6 6 Author: Peter Edwards <pete@bjorsq.net> 7 7 Author URI: https://github.com/bjorsq/rich-text-excerpts 8 Version: 1.3. 28 Version: 1.3.3 9 9 Text Domain: rich-text-excerpts 10 10 License: GPLv3
Note: See TracChangeset
for help on using the changeset viewer.