Changeset 10011 for trunk/src/bp-blogs/bp-blogs-screens.php
- Timestamp:
- 07/11/2015 11:12:52 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-screens.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-screens.php
r9819 r10011 2 2 3 3 /** 4 * BuddyPress Blogs Screens 4 * BuddyPress Blogs Screens. 5 5 * 6 6 * @package BuddyPress … … 72 72 73 73 /** 74 * The main theme compat class for BuddyPress Blogs 74 * The main theme compat class for BuddyPress Blogs. 75 75 * 76 76 * This class sets up the necessary theme compatibility actions to safely output … … 139 139 * @since BuddyPress (1.8.0) 140 140 * 141 * @param string $templates The templates from 142 * bp_get_theme_compat_templates().141 * @param string $templates The templates from bp_get_theme_compat_templates(). 142 * 143 143 * @return array $templates Array of custom templates to look for. 144 144 */ … … 202 202 * @since BuddyPress (1.8.0) 203 203 * 204 * @param string $templates The templates from 205 * bp_get_theme_compat_templates().204 * @param string $templates The templates from bp_get_theme_compat_templates(). 205 * 206 206 * @return array $templates Array of custom templates to look for. 207 207 */
Note: See TracChangeset
for help on using the changeset viewer.