Changeset 10825 for trunk/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 05/29/2016 06:12:08 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-template.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-template.php
r10785 r10825 20 20 * @since 1.5.0 21 21 * 22 * @uses bp_get_blogs_slug()23 22 */ 24 23 function bp_blogs_slug() { … … 49 48 * @since 1.5.0 50 49 * 51 * @uses bp_get_blogs_root_slug()52 50 */ 53 51 function bp_blogs_root_slug() { … … 78 76 * @since 1.5.0 79 77 * 80 * @uses bp_get_blogs_directory_permalink()81 78 */ 82 79 function bp_blogs_directory_permalink() { … … 88 85 * @since 1.5.0 89 86 * 90 * @uses apply_filters()91 * @uses trailingslashit()92 * @uses bp_get_root_domain()93 * @uses bp_get_blogs_root_slug()94 87 * 95 88 * @return string The URL of the Blogs directory. … … 719 712 * @since 1.7.0 720 713 * 721 * @uses bp_get_blog_latest_post_content()722 714 */ 723 715 function bp_blog_latest_post_content() { … … 1342 1334 * @since 2.2.0 1343 1335 * 1344 * @uses bp_blog_create_nav_item() to output the Create a Site nav item.1345 *1346 1336 * @return string HTML Output 1347 1337 */ … … 1424 1414 * @since 2.0.0 1425 1415 * 1426 * @uses bp_blogs_admin_get_profile_stats() to get the stats.1427 *1428 1416 * @param array|string $args Before|after|user_id. 1429 1417 */
Note: See TracChangeset
for help on using the changeset viewer.