Skip to:
Content

BuddyPress.org

Changeset 5928


Ignore:
Timestamp:
03/16/2012 02:31:22 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Fix phpdoc since typos introduced in r5927

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-filters.php

    r5927 r5928  
    248248 * Catch mentions in saved activity items
    249249 *
    250  * @since BuddyPress (1.5).0
     250 * @since BuddyPress (1.5)
    251251 *
    252252 * @param obj $activity
     
    298298 * Truncates long activity entries when viewed in activity streams
    299299 *
    300  * @since BuddyPress (1.5).0
     300 * @since BuddyPress (1.5)
    301301 *
    302302 * @param $text The original activity entry text
  • trunk/bp-activity/bp-activity-functions.php

    r5927 r5928  
    1616 * Checks $bp pages global and looks for directory page
    1717 *
    18  * @since BuddyPress (1.5).0
     18 * @since BuddyPress (1.5)
    1919 *
    2020 * @global object $bp BuddyPress global settings
     
    3131 * Searches through the content of an activity item to locate usernames, designated by an @ sign
    3232 *
    33  * @since BuddyPress (1.5).0
     33 * @since BuddyPress (1.5)
    3434 *
    3535 * @param string $content The content of the activity, usually found in $activity->content
     
    5151 * Resets a user's unread mentions list and count
    5252 *
    53  * @since BuddyPress (1.5).0
     53 * @since BuddyPress (1.5)
    5454 *
    5555 * @param int $user_id The id of the user whose unread mentions are being reset
     
    6464 * Adjusts new mention count for mentioned users when activity items are deleted or created
    6565 *
    66  * @since BuddyPress (1.5).0
     66 * @since BuddyPress (1.5)
    6767 *
    6868 * @param int $activity_id The unique id for the activity item
     
    123123 * Formats notifications related to activity
    124124 *
    125  * @since BuddyPress (1.5).0
     125 * @since BuddyPress (1.5)
    126126 *
    127127 * @param string $action The type of activity item. Just 'new_at_mention' for now
     
    614614 * Completely remove a user's activity data
    615615 *
    616  * @since BuddyPress (1.5).0
     616 * @since BuddyPress (1.5)
    617617 *
    618618 * @param int $user_id
  • trunk/bp-activity/bp-activity-loader.php

    r5927 r5928  
    1616 * Main Activity Class
    1717 *
    18  * @since BuddyPress (1.5).0
     18 * @since BuddyPress (1.5)
    1919 */
    2020class BP_Activity_Component extends BP_Component {
     
    2323     * Start the activity component creation process
    2424     *
    25      * @since BuddyPress (1.5).0
     25     * @since BuddyPress (1.5)
    2626     */
    2727    function __construct() {
     
    3636     * Include files
    3737     *
    38      * @since BuddyPress (1.5).0
     38     * @since BuddyPress (1.5)
    3939     */
    4040    function includes() {
     
    6868     * backwards compatibility.
    6969     *
    70      * @since BuddyPress (1.5).0
     70     * @since BuddyPress (1.5)
    7171     *
    7272     * @global object $bp BuddyPress global settings
     
    102102     * Setup BuddyBar navigation
    103103     *
    104      * @since BuddyPress (1.5).0
     104     * @since BuddyPress (1.5)
    105105     *
    106106     * @global object $bp BuddyPress global settings
     
    203203     * Set up the Toolbar
    204204     *
    205      * @since BuddyPress (1.5).0
     205     * @since BuddyPress (1.5)
    206206     *
    207207     * @global object $bp BuddyPress global settings
     
    294294     * Sets up the title for pages and <title>
    295295     *
    296      * @since BuddyPress (1.5).0
     296     * @since BuddyPress (1.5)
    297297     *
    298298     * @global object $bp BuddyPress global settings
  • trunk/bp-activity/bp-activity-screens.php

    r5927 r5928  
    1414 * Activity screen index
    1515 *
    16  * @since BuddyPress (1.5).0
     16 * @since BuddyPress (1.5)
    1717 *
    1818 * @uses bp_displayed_user_id()
     
    129129 * is taken to a specific screen.
    130130 *
    131  * @since BuddyPress (1.5).0
     131 * @since BuddyPress (1.5)
    132132 *
    133133 * @global object $bp BuddyPress global settings
     
    146146 * Reset the logged-in user's new mentions data when he visits his mentions screen
    147147 *
    148  * @since BuddyPress (1.5).0
     148 * @since BuddyPress (1.5)
    149149 *
    150150 * @uses bp_is_my_profile()
  • trunk/bp-activity/bp-activity-template.php

    r5927 r5928  
    1414 * Output the activity component slug
    1515 *
    16  * @since BuddyPress (1.5).0
     16 * @since BuddyPress (1.5)
    1717 *
    1818 * @uses bp_get_activity_slug()
     
    2424     * Return the activity component slug
    2525     *
    26      * @since BuddyPress (1.5).0
     26     * @since BuddyPress (1.5)
    2727     *
    2828     * @global object $bp BuddyPress global settings
     
    3737 * Output the activity component root slug
    3838 *
    39  * @since BuddyPress (1.5).0
     39 * @since BuddyPress (1.5)
    4040 *
    4141 * @uses bp_get_activity_root_slug()
     
    4747     * Return the activity component root slug
    4848     *
    49      * @since BuddyPress (1.5).0
     49     * @since BuddyPress (1.5)
    5050     *
    5151     * @global object $bp BuddyPress global settings
     
    6060 * Output member directory permalink
    6161 *
    62  * @since BuddyPress (1.5).0
     62 * @since BuddyPress (1.5)
    6363 *
    6464 * @uses bp_get_activity_directory_permalink()
     
    7070     * Return member directory permalink
    7171     *
    72      * @since BuddyPress (1.5).0
     72     * @since BuddyPress (1.5)
    7373     *
    7474     * @uses traisingslashit()
     
    488488 * Returns true when there are more activity items to be shown than currently appear
    489489 *
    490  * @since BuddyPress (1.5).0
     490 * @since BuddyPress (1.5)
    491491 *
    492492 * @global object $activities_template {@link BP_Activity_Template}
     
    14141414 * Utility function that returns the comment currently being recursed
    14151415 *
    1416  * @since BuddyPress (1.5).0
     1416 * @since BuddyPress (1.5)
    14171417 *
    14181418 * @global object $activities_template {@link BP_Activity_Template}
     
    14331433 * Echoes the id of the activity comment currently being displayed
    14341434 *
    1435  * @since BuddyPress (1.5).0
     1435 * @since BuddyPress (1.5)
    14361436 *
    14371437 * @uses bp_get_activity_comment_id()
     
    14441444     * Gets the id of the activity comment currently being displayed
    14451445     *
    1446      * @since BuddyPress (1.5).0
     1446     * @since BuddyPress (1.5)
    14471447     *
    14481448     * @global object $activities_template {@link BP_Activity_Template}
     
    14621462 * Echoes the user_id of the author of the activity comment currently being displayed
    14631463 *
    1464  * @since BuddyPress (1.5).0
     1464 * @since BuddyPress (1.5)
    14651465 *
    14661466 * @uses bp_get_activity_comment_user_id()
     
    14731473     * Gets the user_id of the author of the activity comment currently being displayed
    14741474     *
    1475      * @since BuddyPress (1.5).0
     1475     * @since BuddyPress (1.5)
    14761476     *
    14771477     * @global object $activities_template {@link BP_Activity_Template}
     
    14911491 * Echoes the author link for the activity comment currently being displayed
    14921492 *
    1493  * @since BuddyPress (1.5).0
     1493 * @since BuddyPress (1.5)
    14941494 *
    14951495 * @uses bp_get_activity_comment_user_link()
     
    15021502     * Gets the author link for the activity comment currently being displayed
    15031503     *
    1504      * @since BuddyPress (1.5).0
     1504     * @since BuddyPress (1.5)
    15051505     *
    15061506     * @uses bp_core_get_user_domain()
     
    15191519 * Echoes the author name for the activity comment currently being displayed
    15201520 *
    1521  * @since BuddyPress (1.5).0
     1521 * @since BuddyPress (1.5)
    15221522 *
    15231523 * @uses bp_get_activity_comment_name()
     
    15321532     * The use of the bp_acomment_name filter is deprecated. Please use bp_activity_comment_name
    15331533     *
    1534      * @since BuddyPress (1.5).0
     1534     * @since BuddyPress (1.5)
    15351535     *
    15361536     * @global object $activities_template {@link BP_Activity_Template}
     
    15541554 * Echoes the date_recorded of the activity comment currently being displayed
    15551555 *
    1556  * @since BuddyPress (1.5).0
     1556 * @since BuddyPress (1.5)
    15571557 *
    15581558 * @uses bp_get_activity_comment_date_recorded()
     
    15651565     * Gets the date_recorded for the activity comment currently being displayed
    15661566     *
    1567      * @since BuddyPress (1.5).0
     1567     * @since BuddyPress (1.5)
    15681568     *
    15691569     * @global object $activities_template {@link BP_Activity_Template}
     
    15871587 * Echoes the 'delete' URL for the activity comment currently being displayed
    15881588 *
    1589  * @since BuddyPress (1.5).0
     1589 * @since BuddyPress (1.5)
    15901590 *
    15911591 * @uses bp_get_activity_comment_delete_link()
     
    15981598     * Gets the 'delete' URL for the activity comment currently being displayed
    15991599     *
    1600      * @since BuddyPress (1.5).0
     1600     * @since BuddyPress (1.5)
    16011601     *
    16021602     * @uses wp_nonce_url()
     
    16171617 * Echoes the content of the activity comment currently being displayed
    16181618 *
    1619  * @since BuddyPress (1.5).0
     1619 * @since BuddyPress (1.5)
    16201620 *
    16211621 * @uses bp_get_activity_comment_content()
     
    16321632     * content of activity comments only.
    16331633     *
    1634      * @since BuddyPress (1.5).0
     1634     * @since BuddyPress (1.5)
    16351635     *
    16361636     * @global object $activities_template {@link BP_Activity_Template}
     
    21712171 * Determine if a comment can be made on an activity reply item
    21722172 *
    2173  * @since BuddyPress (1.5).0
     2173 * @since BuddyPress (1.5)
    21742174 *
    21752175 * @param object $comment Activity comment
     
    21882188 * Determine if an favorites are allowed
    21892189 *
    2190  * @since BuddyPress (1.5).0
     2190 * @since BuddyPress (1.5)
    21912191 *
    21922192 * @uses apply_filters() To call the 'bp_activity_can_favorite' hook
     
    26602660 * Template tag so we can hook activity feed to <head>
    26612661 *
    2662  * @since BuddyPress (1.5).0
     2662 * @since BuddyPress (1.5)
    26632663 *
    26642664 * @uses bloginfo()
  • trunk/bp-core/bp-core-buddybar.php

    r5927 r5928  
    616616 * This is a direct copy of WP's private _get_admin_bar_pref()
    617617 *
    618  * @since BuddyPress (1.5).0
     618 * @since BuddyPress (1.5)
    619619 *
    620620 * @param string $context Context of this preference check, either 'admin' or 'front'.
Note: See TracChangeset for help on using the changeset viewer.