Changeset 9308 for trunk/src/bp-blogs/bp-blogs-screens.php
- Timestamp:
- 01/07/2015 10:03:19 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-screens.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-screens.php
r9218 r9308 69 69 add_action( 'bp_screens', 'bp_blogs_screen_index', 2 ); 70 70 71 /** Theme Compat ability *******************************************************/71 /** Theme Compatibility *******************************************************/ 72 72 73 73 /** 74 74 * The main theme compat class for BuddyPress Blogs 75 75 * 76 * This class sets up the necessary theme compat ability actions to safely output76 * This class sets up the necessary theme compatibility actions to safely output 77 77 * group template parts to the_title and the_content areas of a theme. 78 78 * … … 91 91 92 92 /** 93 * Are we looking at something that needs Blogs theme compat ability?93 * Are we looking at something that needs Blogs theme compatibility? 94 94 * 95 95 * @since BuddyPress (1.7.0)
Note: See TracChangeset
for help on using the changeset viewer.