Changeset 2009206
- Timestamp:
- 01/09/2019 03:29:29 PM (7 years ago)
- Location:
- bbp-markdown
- Files:
-
- 2 edited
- 14 copied
-
tags/1.4 (copied) (copied from bbp-markdown/trunk)
-
tags/1.4/assets (copied) (copied from bbp-markdown/trunk/assets)
-
tags/1.4/assets/css/bbp-markdown.css (copied) (copied from bbp-markdown/trunk/assets/css/bbp-markdown.css)
-
tags/1.4/assets/css/tabby-improvements.css (copied) (copied from bbp-markdown/trunk/assets/css/tabby-improvements.css)
-
tags/1.4/assets/js/bbp-markdown.js (copied) (copied from bbp-markdown/trunk/assets/js/bbp-markdown.js)
-
tags/1.4/assets/js/responsiveTabs.js (copied) (copied from bbp-markdown/trunk/assets/js/responsiveTabs.js)
-
tags/1.4/bbp-markdown.php (copied) (copied from bbp-markdown/trunk/bbp-markdown.php) (4 diffs)
-
tags/1.4/languages (copied) (copied from bbp-markdown/trunk/languages)
-
tags/1.4/languages/bbp-markdown-de_DE.mo (copied) (copied from bbp-markdown/trunk/languages/bbp-markdown-de_DE.mo)
-
tags/1.4/languages/bbp-markdown-de_DE.po (copied) (copied from bbp-markdown/trunk/languages/bbp-markdown-de_DE.po)
-
tags/1.4/languages/bbp-markdown.pot (copied) (copied from bbp-markdown/trunk/languages/bbp-markdown.pot)
-
tags/1.4/lib (copied) (copied from bbp-markdown/trunk/lib)
-
tags/1.4/readme.txt (copied) (copied from bbp-markdown/trunk/readme.txt) (2 diffs)
-
tags/1.4/uninstall.php (copied) (copied from bbp-markdown/trunk/uninstall.php)
-
trunk/bbp-markdown.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bbp-markdown/tags/1.4/bbp-markdown.php
r1735113 r2009206 7 7 * Author: Markus Echterhoff 8 8 * Author URI: https://www.markusechterhoff.com 9 * Version: 1. 39 * Version: 1.4 10 10 * License: GPLv3 or later 11 11 * Text Domain: bbp-markdown … … 328 328 329 329 function bbpmd_after_editor() { 330 $custom_help_content = apply_filters( 'bbpmd_help_content', false ); 330 331 ?> 331 332 </div> … … 334 335 <h2 class="bbpmd-help-header"><?php echo apply_filters( 'bbpmd_help_title', __( 'Help', 'bbp-markdown' ) ); ?></h2> 335 336 <div class="bbpmd-help-panel"> 337 <?php if ( $custom_help_content ) : ?> 338 <?php echo $custom_help_content; ?> 339 <?php else : ?> 336 340 <p><?php _e( 'This forum supports the Markdown(Extra) syntax, here are some examples:', 'bbp-markdown' ); ?></p> 337 341 <table> … … 359 363 <tr><td><?php _e( 'oranges', 'bbp-markdown' ); ?></td><td>5</td></tr></tbody></table></td></tr> 360 364 </table> 365 <?php endif; ?> 361 366 </div> 362 367 </div> -
bbp-markdown/tags/1.4/readme.txt
r2004692 r2009206 5 5 Requires at least: 3.6 6 6 Tested up to: 5.0 7 Stable tag: 1. 37 Stable tag: 1.4 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 22 22 23 23 == Changelog == 24 25 = 1.4 = 26 27 * added new filter: bbpmd_help_content 24 28 25 29 = 1.3 = -
bbp-markdown/trunk/bbp-markdown.php
r1735113 r2009206 7 7 * Author: Markus Echterhoff 8 8 * Author URI: https://www.markusechterhoff.com 9 * Version: 1. 39 * Version: 1.4 10 10 * License: GPLv3 or later 11 11 * Text Domain: bbp-markdown … … 328 328 329 329 function bbpmd_after_editor() { 330 $custom_help_content = apply_filters( 'bbpmd_help_content', false ); 330 331 ?> 331 332 </div> … … 334 335 <h2 class="bbpmd-help-header"><?php echo apply_filters( 'bbpmd_help_title', __( 'Help', 'bbp-markdown' ) ); ?></h2> 335 336 <div class="bbpmd-help-panel"> 337 <?php if ( $custom_help_content ) : ?> 338 <?php echo $custom_help_content; ?> 339 <?php else : ?> 336 340 <p><?php _e( 'This forum supports the Markdown(Extra) syntax, here are some examples:', 'bbp-markdown' ); ?></p> 337 341 <table> … … 359 363 <tr><td><?php _e( 'oranges', 'bbp-markdown' ); ?></td><td>5</td></tr></tbody></table></td></tr> 360 364 </table> 365 <?php endif; ?> 361 366 </div> 362 367 </div> -
bbp-markdown/trunk/readme.txt
r2004692 r2009206 5 5 Requires at least: 3.6 6 6 Tested up to: 5.0 7 Stable tag: 1. 37 Stable tag: 1.4 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 22 22 23 23 == Changelog == 24 25 = 1.4 = 26 27 * added new filter: bbpmd_help_content 24 28 25 29 = 1.3 =
Note: See TracChangeset
for help on using the changeset viewer.