Make WordPress Core


Ignore:
Timestamp:
02/25/2014 05:13:08 PM (11 years ago)
Author:
DrewAPicture
Message:

Remove all @package and @subpackage PHPDoc tags not at the file- or class-levels in core.

See #27200.

File:
1 edited

Legend:

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

    r27259 r27262  
    354354 * the $post_default_title will be used instead.
    355355 *
    356  * @package WordPress
    357  * @subpackage XMLRPC
    358356 * @since 0.71
    359357 *
     
    380378 * category is found, then it will always be an array.
    381379 *
    382  * @package WordPress
    383  * @subpackage XMLRPC
    384380 * @since 0.71
    385381 *
     
    403399 * XMLRPC XML content without title and category elements.
    404400 *
    405  * @package WordPress
    406  * @subpackage XMLRPC
    407401 * @since 0.71
    408402 *
     
    444438 * pingbacks and trackbacks.
    445439 *
    446  * @package WordPress
    447440 * @since 1.5.0
    448441 *
     
    11921185 * Retrieve URL with nonce added to URL query.
    11931186 *
    1194  * @package WordPress
    1195  * @subpackage Security
    11961187 * @since 2.0.4
    11971188 *
     
    12241215 * the nonce creation value.
    12251216 *
    1226  * @package WordPress
    1227  * @subpackage Security
    12281217 * @since 2.0.4
    12291218 *
     
    12531242 * input name is '_wp_http_referer', in case you wanted to check manually.
    12541243 *
    1255  * @package WordPress
    1256  * @subpackage Security
    12571244 * @since 2.0.4
    12581245 *
     
    12751262 * be the current page, if it doesn't exist.
    12761263 *
    1277  * @package WordPress
    1278  * @subpackage Security
    12791264 * @since 2.0.4
    12801265 *
     
    12971282 * as the current request URL, will return false.
    12981283 *
    1299  * @package WordPress
    1300  * @subpackage Security
    13011284 * @since 2.0.4
    13021285 *
     
    13201303 * Retrieve original referer that was posted, if it exists.
    13211304 *
    1322  * @package WordPress
    1323  * @subpackage Security
    13241305 * @since 2.0.4
    13251306 *
     
    18321813 * Retrieve the file type based on the extension name.
    18331814 *
    1834  * @package WordPress
    18351815 * @since 2.5.0
    18361816 * @uses apply_filters() Calls 'ext2type' hook on default supported types.
     
    20932073 * with the "Are you sure?" message.
    20942074 *
    2095  * @package WordPress
    2096  * @subpackage Security
    20972075 * @since 2.0.4
    20982076 *
     
    24312409 *
    24322410 * @access private
    2433  * @package WordPress
    24342411 * @since 2.2.0
    24352412 *
     
    24512428 *
    24522429 * @access private
    2453  * @package WordPress
    24542430 * @since 2.2.0
    24552431 *
     
    24732449 *
    24742450 * @access private
    2475  * @package WordPress
    2476  * @subpackage MCE
    24772451 * @since 2.1.0
    24782452 *
     
    29052879 * This function is to be used in every function that is deprecated.
    29062880 *
    2907  * @package WordPress
    2908  * @subpackage Debug
    29092881 * @since 2.5.0
    29102882 * @access private
     
    29502922 * This function is to be used in every file that is deprecated.
    29512923 *
    2952  * @package WordPress
    2953  * @subpackage Debug
    29542924 * @since 2.5.0
    29552925 * @access private
     
    30032973 * The current behavior is to trigger a user error if WP_DEBUG is true.
    30042974 *
    3005  * @package WordPress
    3006  * @subpackage Debug
    30072975 * @since 3.0.0
    30082976 * @access private
     
    30463014 * The current behavior is to trigger a user error if WP_DEBUG is true.
    30473015 *
    3048  * @package WordPress
    3049  * @subpackage Debug
    30503016 * @since 3.1.0
    30513017 * @access private
     
    33913357 *
    33923358 * @since 3.0.0
    3393  * @package WordPress
    33943359 *
    33953360 * @return bool True if multisite and global terms enabled
Note: See TracChangeset for help on using the changeset viewer.