Skip to:
Content

bbPress.org

Changeset 4600


Ignore:
Timestamp:
12/20/2012 11:27:21 AM (10 years ago)
Author:
johnjamesjacoby
Message:

s/compatability/compatibility - Fixes #2108. Props xibe.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bbpress.php

    r4585 r4600  
    406406
    407407    /**
    408      * Setup the default bbPress theme compatability location.
     408     * Setup the default bbPress theme compatibility location.
    409409     *
    410410     * @since bbPress (r3778)
  • trunk/includes/admin/admin.php

    r4470 r4600  
    13271327
    13281328            <div class="changelog">
    1329                 <h3><?php _e( 'Theme Compatability', 'bbpress' ); ?></h3>
     1329                <h3><?php _e( 'Theme Compatibility', 'bbpress' ); ?></h3>
    13301330
    13311331                <div class="feature-section">
  • trunk/includes/core/theme-compat.php

    r4593 r4600  
    109109 * currently active WordPress theme does not explicitly support bbPress.
    110110 * This can be filtered or set manually. Tricky theme authors can override the
    111  * default and include their own bbPress compatability layers for their themes.
     111 * default and include their own bbPress compatibility layers for their themes.
    112112 *
    113113 * @since bbPress (r3506)
     
    123123 * currently active WordPress theme does not explicitly support bbPress.
    124124 * This can be filtered or set manually. Tricky theme authors can override the
    125  * default and include their own bbPress compatability layers for their themes.
     125 * default and include their own bbPress compatibility layers for their themes.
    126126 *
    127127 * @since bbPress (r3506)
     
    137137 * currently active WordPress theme does not explicitly support bbPress.
    138138 * This can be filtered or set manually. Tricky theme authors can override the
    139  * default and include their own bbPress compatability layers for their themes.
     139 * default and include their own bbPress compatibility layers for their themes.
    140140 *
    141141 * @since bbPress (r3506)
     
    151151 * WordPress theme does not explicitly support bbPress. This can be filtered,
    152152 * or set manually. Tricky theme authors can override the default and include
    153  * their own bbPress compatability layers for their themes.
     153 * their own bbPress compatibility layers for their themes.
    154154 *
    155155 * @since bbPress (r3032)
     
    165165 * WordPress theme does not explicitly support bbPress. This can be filtered,
    166166 * or set manually. Tricky theme authors can override the default and include
    167  * their own bbPress compatability layers for their themes.
     167 * their own bbPress compatibility layers for their themes.
    168168 *
    169169 * @since bbPress (r3032)
Note: See TracChangeset for help on using the changeset viewer.