Changeset 4907 for trunk/bp-activity/bp-activity-template.php
- Timestamp:
- 07/30/2011 02:00:16 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-template.php (modified) (24 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r4888 r4907 15 15 * @package BuddyPress 16 16 * @subpackage Activity Template 17 * @since BuddyPress 1.317 * @since 1.5 18 18 * 19 19 * @uses bp_get_activity_slug() … … 27 27 * @package BuddyPress 28 28 * @subpackage Activity Template 29 * @since BuddyPress 1.329 * @since 1.5 30 30 */ 31 31 function bp_get_activity_slug() { … … 39 39 * @package BuddyPress 40 40 * @subpackage Activity Template 41 * @since BuddyPress 1.341 * @since 1.5 42 42 * 43 43 * @uses bp_get_activity_root_slug() … … 51 51 * @package BuddyPress 52 52 * @subpackage Activity Template 53 * @since BuddyPress 1.353 * @since 1.5 54 54 */ 55 55 function bp_get_activity_root_slug() { … … 63 63 * @package BuddyPress 64 64 * @subpackage Activity Template 65 * @since 1. 365 * @since 1.5 66 66 * @uses bp_get_activity_directory_permalink() 67 67 */ … … 74 74 * @package BuddyPress 75 75 * @subpackage Activity Template 76 * @since 1. 376 * @since 1.5 77 77 * @uses apply_filters() 78 78 * @uses traisingslashit() … … 92 92 * @package BuddyPress 93 93 * @subpackage Activity Template 94 * @since 1. 394 * @since 1.5 95 95 */ 96 96 class BP_Activity_Template { … … 418 418 * 419 419 * @package BuddyPress Activity 420 * @since 1. 3420 * @since 1.5 421 421 * 422 422 * @global $activities_template The activity data loop object created in bp_has_activities() … … 909 909 * @package BuddyPress 910 910 * @subpackage Activity Template 911 * @since 1. 3911 * @since 1.5 912 912 * 913 913 * @return obj $current_comment The activity comment currently being displayed … … 927 927 * @package BuddyPress 928 928 * @subpackage Activity Template 929 * @since 1. 3929 * @since 1.5 930 930 */ 931 931 function bp_activity_comment_id() { … … 937 937 * @package BuddyPress 938 938 * @subpackage Activity Template 939 * @since 1. 3939 * @since 1.5 940 940 * 941 941 * @return int $comment_id The id of the activity comment currently being displayed … … 954 954 * @package BuddyPress 955 955 * @subpackage Activity Template 956 * @since 1. 3956 * @since 1.5 957 957 */ 958 958 function bp_activity_comment_user_id() { … … 964 964 * @package BuddyPress 965 965 * @subpackage Activity Template 966 * @since 1. 3966 * @since 1.5 967 967 * 968 968 * @return int $user_id The user_id of the author of the displayed activity comment … … 981 981 * @package BuddyPress 982 982 * @subpackage Activity Template 983 * @since 1. 3983 * @since 1.5 984 984 */ 985 985 function bp_activity_comment_user_link() { … … 991 991 * @package BuddyPress 992 992 * @subpackage Activity Template 993 * @since 1. 3993 * @since 1.5 994 994 * 995 995 * @return str $user_link The URL of the activity comment author's profile … … 1006 1006 * @package BuddyPress 1007 1007 * @subpackage Activity Template 1008 * @since 1. 31008 * @since 1.5 1009 1009 */ 1010 1010 function bp_activity_comment_name() { … … 1018 1018 * @package BuddyPress 1019 1019 * @subpackage Activity Template 1020 * @since 1. 31020 * @since 1.5 1021 1021 * 1022 1022 * @return str $name The full name of the activity comment author … … 1035 1035 * @package BuddyPress 1036 1036 * @subpackage Activity Template 1037 * @since 1. 31037 * @since 1.5 1038 1038 */ 1039 1039 function bp_activity_comment_date_recorded() { … … 1045 1045 * @package BuddyPress 1046 1046 * @subpackage Activity Template 1047 * @since 1. 31047 * @since 1.5 1048 1048 * 1049 1049 * @return str $date_recorded Time since the activity was recorded, of the form "%s ago" … … 1065 1065 * @package BuddyPress 1066 1066 * @subpackage Activity Template 1067 * @since 1. 31067 * @since 1.5 1068 1068 */ 1069 1069 function bp_activity_comment_delete_link() { … … 1075 1075 * @package BuddyPress 1076 1076 * @subpackage Activity Template 1077 * @since 1. 31077 * @since 1.5 1078 1078 * 1079 1079 * @return str $link The nonced URL for deleting the current activity comment … … 1092 1092 * @package BuddyPress 1093 1093 * @subpackage Activity Template 1094 * @since 1. 31094 * @since 1.5 1095 1095 */ 1096 1096 function bp_activity_comment_content() { … … 1106 1106 * @package BuddyPress 1107 1107 * @subpackage Activity Template 1108 * @since 1. 31108 * @since 1.5 1109 1109 * 1110 1110 * @return str $content The content of the current activity comment … … 1577 1577 * Template tag so we can hook activity feed to <head> 1578 1578 * 1579 * @since 1. 31579 * @since 1.5 1580 1580 */ 1581 1581 function bp_activity_sitewide_feed() {
Note: See TracChangeset
for help on using the changeset viewer.