Changeset 12546 for trunk/src/bp-core/bp-core-theme-compatibility.php
- Timestamp:
- 01/29/2020 09:19:27 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-theme-compatibility.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-theme-compatibility.php
r12281 r12546 190 190 * not been updated for BP 1.7+; we make the assumption that any theme in 191 191 * this category will have the members-loop.php template, and so use its 192 * presence as an indicator that theme compatibility is not required 192 * presence as an indicator that theme compatibility is not required. 193 193 * 194 194 * @since 1.9.0 … … 433 433 * content width for the concerned themes. 434 434 * 435 * Example: array( stylesheet => content width used by BuddyPress ) 435 * Example: array( stylesheet => content width used by BuddyPress ). 436 436 */ 437 437 $bp_content_widths = array( … … 946 946 * @since 1.9.2 947 947 * 948 * @param string $retval The current post content.948 * @param string $retval The current post content. 949 949 * @return string $retval 950 950 */
Note: See TracChangeset
for help on using the changeset viewer.