Make WordPress Core

Changeset 26022


Ignore:
Timestamp:
11/06/2013 10:16:55 AM (13 years ago)
Author:
SergeyBiryukov
Message:

Remove irrelevant @see references. props mt8.biz. fixes #25843.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r25990 r26022  
    37313731 *
    37323732 * @since 3.0.0
    3733  * @see __return_zero()
    37343733 * @return int 0
    37353734 */
     
    37443743 *
    37453744 * @since 3.0.0
    3746  * @see __return_zero()
    37473745 * @return array Empty array
    37483746 */
     
    39153913 *
    39163914 * @link http://core.trac.wordpress.org/ticket/19589
    3917  * @since 3.4
     3915 * @since 3.4.0
    39183916 *
    39193917 * @param string $ignore_class A class to ignore all function calls within - useful when you want to just give info about the callee
Note: See TracChangeset for help on using the changeset viewer.