Changeset 10821 for trunk/src/bp-forums/bp-forums-screens.php
- Timestamp:
- 05/29/2016 07:08:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-screens.php
r10417 r10821 13 13 /** 14 14 * Load the Forums directory. 15 * 16 * @since 1.1.0 15 17 */ 16 18 function bp_forums_directory_forums_setup() { … … 103 105 /** 104 106 * Load the Topics Started screen. 107 * 108 * @since 1.5.0 105 109 */ 106 110 function bp_member_forums_screen_topics() { … … 125 129 /** 126 130 * Load the Replied To screen. 131 * 132 * @since 1.5.0 127 133 */ 128 134 function bp_member_forums_screen_replies() { … … 149 155 * 150 156 * Note that this feature is not fully implemented at the moment. 157 * 158 * @since 1.5.0 151 159 */ 152 160 function bp_member_forums_screen_favorites() { … … 171 179 /** 172 180 * Load a single forum page. 181 * 182 * @since 1.5.0 173 183 */ 174 184 function bp_forums_screen_single_forum() { … … 197 207 /** 198 208 * Load a single forum topic page. 209 * 210 * @since 1.5.0 199 211 */ 200 212 function bp_forums_screen_single_topic() {
Note: See TracChangeset
for help on using the changeset viewer.