Changeset 5928 for trunk/bp-activity/bp-activity-template.php
- Timestamp:
- 03/16/2012 02:31:22 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-template.php (modified) (25 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r5927 r5928 14 14 * Output the activity component slug 15 15 * 16 * @since BuddyPress (1.5) .016 * @since BuddyPress (1.5) 17 17 * 18 18 * @uses bp_get_activity_slug() … … 24 24 * Return the activity component slug 25 25 * 26 * @since BuddyPress (1.5) .026 * @since BuddyPress (1.5) 27 27 * 28 28 * @global object $bp BuddyPress global settings … … 37 37 * Output the activity component root slug 38 38 * 39 * @since BuddyPress (1.5) .039 * @since BuddyPress (1.5) 40 40 * 41 41 * @uses bp_get_activity_root_slug() … … 47 47 * Return the activity component root slug 48 48 * 49 * @since BuddyPress (1.5) .049 * @since BuddyPress (1.5) 50 50 * 51 51 * @global object $bp BuddyPress global settings … … 60 60 * Output member directory permalink 61 61 * 62 * @since BuddyPress (1.5) .062 * @since BuddyPress (1.5) 63 63 * 64 64 * @uses bp_get_activity_directory_permalink() … … 70 70 * Return member directory permalink 71 71 * 72 * @since BuddyPress (1.5) .072 * @since BuddyPress (1.5) 73 73 * 74 74 * @uses traisingslashit() … … 488 488 * Returns true when there are more activity items to be shown than currently appear 489 489 * 490 * @since BuddyPress (1.5) .0490 * @since BuddyPress (1.5) 491 491 * 492 492 * @global object $activities_template {@link BP_Activity_Template} … … 1414 1414 * Utility function that returns the comment currently being recursed 1415 1415 * 1416 * @since BuddyPress (1.5) .01416 * @since BuddyPress (1.5) 1417 1417 * 1418 1418 * @global object $activities_template {@link BP_Activity_Template} … … 1433 1433 * Echoes the id of the activity comment currently being displayed 1434 1434 * 1435 * @since BuddyPress (1.5) .01435 * @since BuddyPress (1.5) 1436 1436 * 1437 1437 * @uses bp_get_activity_comment_id() … … 1444 1444 * Gets the id of the activity comment currently being displayed 1445 1445 * 1446 * @since BuddyPress (1.5) .01446 * @since BuddyPress (1.5) 1447 1447 * 1448 1448 * @global object $activities_template {@link BP_Activity_Template} … … 1462 1462 * Echoes the user_id of the author of the activity comment currently being displayed 1463 1463 * 1464 * @since BuddyPress (1.5) .01464 * @since BuddyPress (1.5) 1465 1465 * 1466 1466 * @uses bp_get_activity_comment_user_id() … … 1473 1473 * Gets the user_id of the author of the activity comment currently being displayed 1474 1474 * 1475 * @since BuddyPress (1.5) .01475 * @since BuddyPress (1.5) 1476 1476 * 1477 1477 * @global object $activities_template {@link BP_Activity_Template} … … 1491 1491 * Echoes the author link for the activity comment currently being displayed 1492 1492 * 1493 * @since BuddyPress (1.5) .01493 * @since BuddyPress (1.5) 1494 1494 * 1495 1495 * @uses bp_get_activity_comment_user_link() … … 1502 1502 * Gets the author link for the activity comment currently being displayed 1503 1503 * 1504 * @since BuddyPress (1.5) .01504 * @since BuddyPress (1.5) 1505 1505 * 1506 1506 * @uses bp_core_get_user_domain() … … 1519 1519 * Echoes the author name for the activity comment currently being displayed 1520 1520 * 1521 * @since BuddyPress (1.5) .01521 * @since BuddyPress (1.5) 1522 1522 * 1523 1523 * @uses bp_get_activity_comment_name() … … 1532 1532 * The use of the bp_acomment_name filter is deprecated. Please use bp_activity_comment_name 1533 1533 * 1534 * @since BuddyPress (1.5) .01534 * @since BuddyPress (1.5) 1535 1535 * 1536 1536 * @global object $activities_template {@link BP_Activity_Template} … … 1554 1554 * Echoes the date_recorded of the activity comment currently being displayed 1555 1555 * 1556 * @since BuddyPress (1.5) .01556 * @since BuddyPress (1.5) 1557 1557 * 1558 1558 * @uses bp_get_activity_comment_date_recorded() … … 1565 1565 * Gets the date_recorded for the activity comment currently being displayed 1566 1566 * 1567 * @since BuddyPress (1.5) .01567 * @since BuddyPress (1.5) 1568 1568 * 1569 1569 * @global object $activities_template {@link BP_Activity_Template} … … 1587 1587 * Echoes the 'delete' URL for the activity comment currently being displayed 1588 1588 * 1589 * @since BuddyPress (1.5) .01589 * @since BuddyPress (1.5) 1590 1590 * 1591 1591 * @uses bp_get_activity_comment_delete_link() … … 1598 1598 * Gets the 'delete' URL for the activity comment currently being displayed 1599 1599 * 1600 * @since BuddyPress (1.5) .01600 * @since BuddyPress (1.5) 1601 1601 * 1602 1602 * @uses wp_nonce_url() … … 1617 1617 * Echoes the content of the activity comment currently being displayed 1618 1618 * 1619 * @since BuddyPress (1.5) .01619 * @since BuddyPress (1.5) 1620 1620 * 1621 1621 * @uses bp_get_activity_comment_content() … … 1632 1632 * content of activity comments only. 1633 1633 * 1634 * @since BuddyPress (1.5) .01634 * @since BuddyPress (1.5) 1635 1635 * 1636 1636 * @global object $activities_template {@link BP_Activity_Template} … … 2171 2171 * Determine if a comment can be made on an activity reply item 2172 2172 * 2173 * @since BuddyPress (1.5) .02173 * @since BuddyPress (1.5) 2174 2174 * 2175 2175 * @param object $comment Activity comment … … 2188 2188 * Determine if an favorites are allowed 2189 2189 * 2190 * @since BuddyPress (1.5) .02190 * @since BuddyPress (1.5) 2191 2191 * 2192 2192 * @uses apply_filters() To call the 'bp_activity_can_favorite' hook … … 2660 2660 * Template tag so we can hook activity feed to <head> 2661 2661 * 2662 * @since BuddyPress (1.5) .02662 * @since BuddyPress (1.5) 2663 2663 * 2664 2664 * @uses bloginfo()
Note: See TracChangeset
for help on using the changeset viewer.