Changeset 10825 for trunk/src/bp-forums/bp-forums-template.php
- Timestamp:
- 05/29/2016 06:12:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-template.php
r10821 r10825 16 16 * @since 1.5.0 17 17 * 18 * @uses bp_get_forums_slug()19 18 */ 20 19 function bp_forums_slug() { … … 44 43 * @since 1.5.0 45 44 * 46 * @uses bp_get_forums_root_slug()47 45 */ 48 46 function bp_forums_root_slug() { … … 72 70 * @since 1.5.0 73 71 * 74 * @uses bp_get_forums_directory_permalink()75 72 */ 76 73 function bp_forums_directory_permalink() { … … 82 79 * @since 1.5.0 83 80 * 84 * @uses apply_filters()85 * @uses trailingslashit()86 * @uses bp_get_root_domain()87 * @uses bp_get_forums_root_slug()88 81 * 89 82 * @return string The permalink for the forums component directory. … … 481 474 * @since 1.1.0 482 475 * 483 * @uses apply_filters() Filter 'bp_has_topics' to manipulate the484 476 * $forums_template global before it's rendered, or to modify the value 485 477 * of has_topics(). … … 1951 1943 * @since 1.5.0 1952 1944 * 1953 * @uses apply_filters() Filter bp_get_forum_topic_new_reply_link to1954 1945 * modify. 1955 1946 *
Note: See TracChangeset
for help on using the changeset viewer.