Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 06:12:08 PM (7 years ago)
Author:
djpaul
Message:

Remove redundant @uses PHPDoc tag from inline documentation.

Per WordPress' inline documentation standards, the @uses tag is not recommended to be used to indicate a used-by relationship, as this information can be derived through other means. These tags also are very likely to become out-of-date as our functions change over time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/bp-messages-template.php

    r10785 r10825  
    10081008 * @since 1.0.0
    10091009 * @deprecated 1.6.0
    1010  * @uses bp_get_message_is_active_notice()
    10111010 * @return bool
    10121011 */
     
    10221021     * @since 1.0.0
    10231022     * @deprecated 1.6.0
    1024      * @uses bp_messages_is_active_notice()
    10251023     */
    10261024    function bp_get_message_is_active_notice() {
     
    12191217 * @since 1.5.0
    12201218 *
    1221  * @uses bp_get_messages_slug()
    12221219 */
    12231220function bp_messages_slug() {
     
    13081305 * @since 1.2.6
    13091306 *
    1310  * @uses bp_get_send_message_button()
    13111307 */
    13121308function bp_send_private_message_button() {
     
    19551951     * @since 2.1.0
    19561952     *
    1957      * @uses strtotime() To convert the message string into a usable timestamp.
    19581953     *
    19591954     * @return int
Note: See TracChangeset for help on using the changeset viewer.