Make WordPress Core

Ticket #26713: 26713.3.diff

File 26713.3.diff, 46.2 KB (added by DrewAPicture, 11 years ago)

3-digit x.x.x versions all the places

  • src/wp-activate.php

     
    2727/**
    2828 * Fires before the Site Activation page is loaded.
    2929 *
    30  * @since 3.0
     30 * @since 3.0.0
    3131 */
    3232do_action( 'activate_header' );
    3333
     
    4040    /**
    4141     * Fires before the Site Activation page is loaded, but on the wp_head action.
    4242     *
    43      * @since 3.0
     43     * @since 3.0.0
    4444     */
    4545    do_action( 'activate_wp_head' );
    4646}
  • src/wp-admin/custom-header.php

     
    177177        /**
    178178         * Set up the enqueue for the CSS files
    179179         *
    180          * @since 2.7
     180         * @since 2.7.0
    181181         */
    182182        function css_includes() {
    183183                $step = $this->step();
  • src/wp-admin/includes/ajax-actions.php

     
    259259 *
    260260 * Contrary to normal success AJAX response ("1"), die with time() on success.
    261261 *
    262  * @since 2.7
     262 * @since 2.7.0
    263263 *
    264264 * @param int $comment_id
    265265 * @return die
  • src/wp-admin/includes/class-ftp-pure.php

     
    33 * PemFTP - A Ftp implementation in pure PHP
    44 *
    55 * @package PemFTP
    6  * @since 2.5
     6 * @since 2.5.0
    77 *
    88 * @version 1.0
    99 * @copyright Alexey Dotsenko
     
    1717 *
    1818 * @package PemFTP
    1919 * @subpackage Pure
    20  * @since 2.5
     20 * @since 2.5.0
    2121 *
    2222 * @version 1.0
    2323 * @copyright Alexey Dotsenko
  • src/wp-admin/includes/class-ftp-sockets.php

     
    33 * PemFTP - A Ftp implementation in pure PHP
    44 *
    55 * @package PemFTP
    6  * @since 2.5
     6 * @since 2.5.0
    77 *
    88 * @version 1.0
    99 * @copyright Alexey Dotsenko
     
    1717 *
    1818 * @package PemFTP
    1919 * @subpackage Socket
    20  * @since 2.5
     20 * @since 2.5.0
    2121 *
    2222 * @version 1.0
    2323 * @copyright Alexey Dotsenko
  • src/wp-admin/includes/class-wp-theme-install-list-table.php

     
    358358        /**
    359359         * Send required variables to JavaScript land
    360360         *
    361          * @since 3.4
     361         * @since 3.4.0
    362362         * @access private
    363363         *
    364364         * @uses $tab Global; current tab within Themes->Install screen
     
    372372        /**
    373373         * Check to see if the theme is already installed.
    374374         *
    375          * @since 3.4
     375         * @since 3.4.0
    376376         * @access private
    377377         *
    378378         * @param object $theme - A WordPress.org Theme API object.
  • src/wp-admin/includes/file.php

     
    191191 * Handle PHP uploads in WordPress, sanitizing file names, checking extensions for mime type,
    192192 * and moving the file to the appropriate directory within the uploads directory.
    193193 *
    194  * @since 2.0
     194 * @since 2.0.0
    195195 *
    196196 * @uses wp_handle_upload_error
    197197 * @uses apply_filters
  • src/wp-admin/includes/misc.php

     
    346346/**
    347347 * Saves option for number of rows when listing posts, pages, comments, etc.
    348348 *
    349  * @since 2.8
     349 * @since 2.8.0
    350350**/
    351351function set_screen_options() {
    352352
     
    648648/**
    649649 * Check lock status for posts displayed on the Posts screen
    650650 *
    651  * @since 3.6
     651 * @since 3.6.0
    652652 */
    653653function wp_check_locked_posts( $response, $data, $screen_id ) {
    654654        $checked = array();
     
    679679/**
    680680 * Check lock status on the New/Edit Post screen and refresh the lock
    681681 *
    682  * @since 3.6
     682 * @since 3.6.0
    683683 */
    684684function wp_refresh_post_lock( $response, $data, $screen_id ) {
    685685        if ( array_key_exists( 'wp-refresh-post-lock', $data ) ) {
     
    718718/**
    719719 * Check nonce expiration on the New/Edit Post screen and refresh if needed
    720720 *
    721  * @since 3.6
     721 * @since 3.6.0
    722722 */
    723723function wp_refresh_post_nonces( $response, $data, $screen_id ) {
    724724        if ( array_key_exists( 'wp-refresh-post-nonces', $data ) ) {
  • src/wp-admin/includes/plugin.php

     
    14121412 *
    14131413 * If the slug hasn't been registered properly no url will be returned
    14141414 *
    1415  * @since 3.0
     1415 * @since 3.0.0
    14161416 *
    14171417 * @param string $menu_slug The slug name to refer to this menu by (should be unique for this menu)
    14181418 * @param bool $echo Whether or not to echo the url - default is true
  • src/wp-admin/includes/template.php

     
    19491949/**
    19501950 * Output the HTML for restoring the post data from DOM storage
    19511951 *
    1952  * @since 3.6
     1952 * @since 3.6.0
    19531953 * @access private
    19541954 */
    19551955function _local_storage_notice() {
  • src/wp-admin/includes/user.php

     
    99/**
    1010 * Creates a new user from the "Users" form using $_POST information.
    1111 *
    12  * @since 2.0
     12 * @since 2.0.0
    1313 *
    1414 * @return null|WP_Error|int Null when adding user, WP_Error or User ID integer when no parameters.
    1515 */
     
    2222 *
    2323 * Used on user-edit.php and profile.php to manage and process user options, passwords etc.
    2424 *
    25  * @since 2.0
     25 * @since 2.0.0
    2626 *
    2727 * @param int $user_id Optional. User ID.
    2828 * @return int user id of the updated user
     
    193193 * only editors or authors. This filter allows admins to delegate
    194194 * user management.
    195195 *
    196  * @since 2.8
     196 * @since 2.8.0
    197197 *
    198198 * @return unknown
    199199 */
  • src/wp-admin/js/theme-install.js

     
    129129/**
    130130 * Class that provides infinite scroll for Themes admin screens
    131131 *
    132  * @since 3.4
     132 * @since 3.4.0
    133133 *
    134134 * @uses ajaxurl
    135135 * @uses list_args
     
    147147                /**
    148148                 * Initializer
    149149                 *
    150                  * @since 3.4
     150                 * @since 3.4.0
    151151                 * @access private
    152152                 */
    153153                init: function() {
     
    187187                 * Checks to see if user has scrolled to bottom of page.
    188188                 * If so, requests another page of content from self.ajax().
    189189                 *
    190                  * @since 3.4
     190                 * @since 3.4.0
    191191                 * @access private
    192192                 */
    193193                poll: function() {
     
    204204                /**
    205205                 * Applies results passed from this.ajax() to $outList
    206206                 *
    207                  * @since 3.4
     207                 * @since 3.4.0
    208208                 * @access private
    209209                 *
    210210                 * @param results Array with results from this.ajax() query.
     
    227227                /**
    228228                 * Queries next page of themes
    229229                 *
    230                  * @since 3.4
     230                 * @since 3.4.0
    231231                 * @access private
    232232                 */
    233233                ajax: function() {
  • src/wp-admin/update-core.php

     
    133133/**
    134134 * Display upgrade WordPress for downloading latest or upgrading automatically form.
    135135 *
    136  * @since 2.7
     136 * @since 2.7.0
    137137 *
    138138 * @return null
    139139 */
     
    353353/**
    354354 * Upgrade WordPress core display.
    355355 *
    356  * @since 2.7
     356 * @since 2.7.0
    357357 *
    358358 * @return null
    359359 */
  • src/wp-includes/atomlib.php

     
    77 *
    88 * @author Elias Torres <elias@torrez.us>
    99 * @version 0.4
    10  * @since 2.3
     10 * @since 2.3.0
    1111 */
    1212
    1313/**
  • src/wp-includes/author-template.php

     
    1313/**
    1414 * Retrieve the author of the current post.
    1515 *
    16  * @since 1.5
     16 * @since 1.5.0
     17 *
    1718 * @uses $authordata The current author's DB object.
    1819 * @uses apply_filters() Calls 'the_author' hook on the author display name.
    1920 *
     
    6869/**
    6970 * Retrieve the author who last edited the current post.
    7071 *
    71  * @since 2.8
     72 * @since 2.8.0
     73 *
    7274 * @uses $post The current post's DB object.
    7375 * @uses get_post_meta() Retrieves the ID of the author who last edited the current post.
    7476 * @uses get_userdata() Retrieves the author's DB object.
     
    9395/**
    9496 * Display the name of the author who last edited the current post.
    9597 *
    96  * @since 2.8
     98 * @since 2.8.0
     99 *
    97100 * @see get_the_author()
    98101 * @return string The author's display name, from get_the_modified_author().
    99102 */
     
    184187 * author's name.
    185188 *
    186189 * @link http://codex.wordpress.org/Template_Tags/the_author_link
    187  * @since 2.1
     190 *
     191 * @since 2.1.0
     192 *
    188193 * @uses get_the_author_link()
    189194 */
    190195function the_author_link() {
     
    194199/**
    195200 * Retrieve the number of posts by the author of the current post.
    196201 *
    197  * @since 1.5
     202 * @since 1.5.0
     203 *
    198204 * @uses $post The current post in the Loop's DB object.
    199205 * @uses count_user_posts()
    200206 * @return int The number of posts by the author.
  • src/wp-includes/cache.php

     
    163163/**
    164164 * Saves the data to the cache.
    165165 *
    166  * @since 2.0
     166 * @since 2.0.0
     167 *
    167168 * @uses $wp_object_cache Object Cache Class
    168169 * @see WP_Object_Cache::set()
    169170 *
     
    256257 *
    257258 * @package WordPress
    258259 * @subpackage Cache
    259  * @since 2.0
     260 * @since 2.0.0
    260261 */
    261262class WP_Object_Cache {
    262263
  • src/wp-includes/canonical.php

     
    467467 * Removes arguments from a query string if they are not present in a URL
    468468 * DO NOT use this in plugin code.
    469469 *
    470  * @since 3.4
     470 * @since 3.4.0
    471471 * @access private
    472472 *
    473473 * @return string The altered query string
  • src/wp-includes/category-template.php

     
    10421042/**
    10431043 * Retrieve tag description.
    10441044 *
    1045  * @since 2.8
     1045 * @since 2.8.0
    10461046 *
    10471047 * @param int $tag Optional. Tag ID. Will use global tag ID by default.
    10481048 * @return string Tag description, available.
     
    10541054/**
    10551055 * Retrieve term description.
    10561056 *
    1057  * @since 2.8
     1057 * @since 2.8.0
    10581058 *
    10591059 * @param int $term Optional. Term ID. Will use global term ID by default.
    10601060 * @param string $taxonomy Optional taxonomy name. Defaults to 'post_tag'.
  • src/wp-includes/class-IXR.php

     
    3030 * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    3131 *
    3232 * @package IXR
    33  * @since 1.5
     33 * @since 1.5.0
    3434 *
    3535 * @copyright  Incutio Ltd 2010 (http://www.incutio.com)
    3636 * @version    1.7.4 7th September 2010
     
    4343 * IXR_Value
    4444 *
    4545 * @package IXR
    46  * @since 1.5
     46 * @since 1.5.0
    4747 */
    4848class IXR_Value {
    4949    var $data;
     
    171171 * IXR_MESSAGE
    172172 *
    173173 * @package IXR
    174  * @since 1.5
     174 * @since 1.5.0
    175175 *
    176176 */
    177177class IXR_Message
     
    344344 * IXR_Server
    345345 *
    346346 * @package IXR
    347  * @since 1.5
     347 * @since 1.5.0
    348348 */
    349349class IXR_Server
    350350{
     
    555555 * IXR_Request
    556556 *
    557557 * @package IXR
    558  * @since 1.5
     558 * @since 1.5.0
    559559 */
    560560class IXR_Request
    561561{
     
    598598 * IXR_Client
    599599 *
    600600 * @package IXR
    601  * @since 1.5
     601 * @since 1.5.0
    602602 *
    603603 */
    604604class IXR_Client
     
    750750 * IXR_Error
    751751 *
    752752 * @package IXR
    753  * @since 1.5
     753 * @since 1.5.0
    754754 */
    755755class IXR_Error
    756756{
     
    792792 * IXR_Date
    793793 *
    794794 * @package IXR
    795  * @since 1.5
     795 * @since 1.5.0
    796796 */
    797797class IXR_Date {
    798798    var $year;
     
    855855 * IXR_Base64
    856856 *
    857857 * @package IXR
    858  * @since 1.5
     858 * @since 1.5.0
    859859 */
    860860class IXR_Base64
    861861{
     
    876876 * IXR_IntrospectionServer
    877877 *
    878878 * @package IXR
    879  * @since 1.5
     879 * @since 1.5.0
    880880 */
    881881class IXR_IntrospectionServer extends IXR_Server
    882882{
     
    10391039 * IXR_ClientMulticall
    10401040 *
    10411041 * @package IXR
    1042  * @since 1.5
     1042 * @since 1.5.0
    10431043 */
    10441044class IXR_ClientMulticall extends IXR_Client
    10451045{
  • src/wp-includes/class-http.php

     
    13951395 *
    13961396 * @link http://core.trac.wordpress.org/ticket/4011 Proxy support ticket in WordPress.
    13971397 * @link http://core.trac.wordpress.org/ticket/14636 Allow wildcard domains in WP_PROXY_BYPASS_HOSTS
    1398  * @since 2.8
     1398 * @since 2.8.0
    13991399 */
    14001400class WP_HTTP_Proxy {
    14011401
    14021402        /**
    14031403         * Whether proxy connection should be used.
    14041404         *
    1405          * @since 2.8
     1405         * @since 2.8.0
     1406         *
    14061407         * @use WP_PROXY_HOST
    14071408         * @use WP_PROXY_PORT
    14081409         *
     
    14151416        /**
    14161417         * Whether authentication should be used.
    14171418         *
    1418          * @since 2.8
     1419         * @since 2.8.0
     1420         *
    14191421         * @use WP_PROXY_USERNAME
    14201422         * @use WP_PROXY_PASSWORD
    14211423         *
     
    14281430        /**
    14291431         * Retrieve the host for the proxy server.
    14301432         *
    1431          * @since 2.8
     1433         * @since 2.8.0
    14321434         *
    14331435         * @return string
    14341436         */
     
    14421444        /**
    14431445         * Retrieve the port for the proxy server.
    14441446         *
    1445          * @since 2.8
     1447         * @since 2.8.0
    14461448         *
    14471449         * @return string
    14481450         */
     
    14561458        /**
    14571459         * Retrieve the username for proxy authentication.
    14581460         *
    1459          * @since 2.8
     1461         * @since 2.8.0
    14601462         *
    14611463         * @return string
    14621464         */
     
    14701472        /**
    14711473         * Retrieve the password for proxy authentication.
    14721474         *
    1473          * @since 2.8
     1475         * @since 2.8.0
    14741476         *
    14751477         * @return string
    14761478         */
     
    14841486        /**
    14851487         * Retrieve authentication string for proxy authentication.
    14861488         *
    1487          * @since 2.8
     1489         * @since 2.8.0
    14881490         *
    14891491         * @return string
    14901492         */
     
    14951497        /**
    14961498         * Retrieve header string for proxy authentication.
    14971499         *
    1498          * @since 2.8
     1500         * @since 2.8.0
    14991501         *
    15001502         * @return string
    15011503         */
     
    17621764 *
    17631765 * Includes RFC 1950, RFC 1951, and RFC 1952.
    17641766 *
    1765  * @since 2.8
     1767 * @since 2.8.0
    17661768 * @package WordPress
    17671769 * @subpackage HTTP
    17681770 */
     
    17731775         *
    17741776         * Supports the RFC 1951 standard.
    17751777         *
    1776          * @since 2.8
     1778         * @since 2.8.0
    17771779         *
    17781780         * @param string $raw String to compress.
    17791781         * @param int $level Optional, default is 9. Compression level, 9 is highest.
     
    17921794         * 1952 standard gzip decode will be attempted. If all fail, then the
    17931795         * original compressed string will be returned.
    17941796         *
    1795          * @since 2.8
     1797         * @since 2.8.0
    17961798         *
    17971799         * @param string $compressed String to decompress.
    17981800         * @param int $length The optional length of the compressed data.
     
    18761878        /**
    18771879         * What encoding types to accept and their priority values.
    18781880         *
    1879          * @since 2.8
     1881         * @since 2.8.0
    18801882         *
    18811883         * @return string Types of encoding to accept.
    18821884         */
     
    19101912        /**
    19111913         * What encoding the content used when it was compressed to send in the headers.
    19121914         *
    1913          * @since 2.8
     1915         * @since 2.8.0
    19141916         *
    19151917         * @return string Content-Encoding string to send in the header.
    19161918         */
     
    19211923        /**
    19221924         * Whether the content be decoded based on the headers.
    19231925         *
    1924          * @since 2.8
     1926         * @since 2.8.0
    19251927         *
    19261928         * @param array|string $headers All of the available headers.
    19271929         * @return bool
     
    19441946         * ensure that the functions all exist in the PHP version and aren't
    19451947         * disabled.
    19461948         *
    1947          * @since 2.8
     1949         * @since 2.8.0
    19481950         *
    19491951         * @return bool
    19501952         */
  • src/wp-includes/class-phpass.php

     
    22/**
    33 * Portable PHP password hashing framework.
    44 * @package phpass
    5  * @since 2.5
     5 * @since 2.5.0
    66 * @version 0.3 / WordPress
    77 * @link http://www.openwall.com/phpass/
    88 */
     
    3131 * @package phpass
    3232 * @version 0.3 / WordPress
    3333 * @link http://www.openwall.com/phpass/
    34  * @since 2.5
     34 * @since 2.5.0
    3535 */
    3636class PasswordHash {
    3737        var $itoa64;
  • src/wp-includes/class-wp-xmlrpc-server.php

     
    33493349        /**
    33503350          * Retrieves a list of post formats used by the site
    33513351          *
    3352           * @since 3.1
     3352          * @since 3.1.0
    33533353          *
    33543354          * @param array $args Method parameters. Contains:
    33553355          *  - blog_id
  • src/wp-includes/comment-template.php

     
    139139 *
    140140 * @global object $comment The current Comment row object.
    141141 *
    142  * @since 2.7
     142 * @since 2.7.0
    143143 *
    144144 * @param string $linktext Optional. The text to display instead of the comment author's email address. Default empty.
    145145 * @param string $before   Optional. The text or HTML to display before the email link. Default empty.
  • src/wp-includes/default-constants.php

     
    160160function wp_cookie_constants() {
    161161        /**
    162162         * Used to guarantee unique hash cookies
    163          * @since 1.5
     163         *
     164         * @since 1.5.0
    164165         */
    165166        if ( !defined( 'COOKIEHASH' ) ) {
    166167                $siteurl = get_site_option( 'siteurl' );
  • src/wp-includes/deprecated.php

     
    121121/**
    122122 * Prints link to the previous post.
    123123 *
    124  * @since 1.5
    125  * @deprecated 2.0
     124 * @since 1.5.0
     125 * @deprecated 2.0.0
    126126 * @deprecated Use previous_post_link()
    127127 * @see previous_post_link()
    128128 *
     
    194194/**
    195195 * Whether user can create a post.
    196196 *
    197  * @since 1.5
    198  * @deprecated 2.0
     197 * @since 1.5.0
     198 * @deprecated 2.0.0
    199199 * @deprecated Use current_user_can()
    200200 * @see current_user_can()
    201201 *
     
    214214/**
    215215 * Whether user can create a post.
    216216 *
    217  * @since 1.5
    218  * @deprecated 2.0
     217 * @since 1.5.0
     218 * @deprecated 2.0.0
    219219 * @deprecated Use current_user_can()
    220220 * @see current_user_can()
    221221 *
     
    234234/**
    235235 * Whether user can edit a post.
    236236 *
    237  * @since 1.5
    238  * @deprecated 2.0
     237 * @since 1.5.0
     238 * @deprecated 2.0.0
    239239 * @deprecated Use current_user_can()
    240240 * @see current_user_can()
    241241 *
     
    263263/**
    264264 * Whether user can delete a post.
    265265 *
    266  * @since 1.5
    267  * @deprecated 2.0
     266 * @since 1.5.0
     267 * @deprecated 2.0.0
    268268 * @deprecated Use current_user_can()
    269269 * @see current_user_can()
    270270 *
     
    283283/**
    284284 * Whether user can set new posts' dates.
    285285 *
    286  * @since 1.5
    287  * @deprecated 2.0
     286 * @since 1.5.0
     287 * @deprecated 2.0.0
    288288 * @deprecated Use current_user_can()
    289289 * @see current_user_can()
    290290 *
     
    303303/**
    304304 * Whether user can delete a post.
    305305 *
    306  * @since 1.5
    307  * @deprecated 2.0
     306 * @since 1.5.0
     307 * @deprecated 2.0.0
    308308 * @deprecated Use current_user_can()
    309309 * @see current_user_can()
    310310 *
     
    323323/**
    324324 * Whether user can delete a post.
    325325 *
    326  * @since 1.5
    327  * @deprecated 2.0
     326 * @since 1.5.0
     327 * @deprecated 2.0.0
    328328 * @deprecated Use current_user_can()
    329329 * @see current_user_can()
    330330 *
     
    343343/**
    344344 * Whether user can delete a post.
    345345 *
    346  * @since 1.5
    347  * @deprecated 2.0
     346 * @since 1.5.0
     347 * @deprecated 2.0.0
    348348 * @deprecated Use current_user_can()
    349349 * @see current_user_can()
    350350 *
     
    363363/**
    364364 * Can user can edit other user.
    365365 *
    366  * @since 1.5
    367  * @deprecated 2.0
     366 * @since 1.5.0
     367 * @deprecated 2.0.0
    368368 * @deprecated Use current_user_can()
    369369 * @see current_user_can()
    370370 *
     
    644644}
    645645
    646646/**
    647  * @since 1.2
    648  * @deprecated 2.1
     647 * @since 1.2.0
     648 * @deprecated 2.1.0
    649649 * @deprecated Use wp_list_categories()
    650650 * @see wp_list_categories()
    651651 *
     
    713713}
    714714
    715715/**
    716  * @since 1.2
    717  * @deprecated 2.1
     716 * List authors.
     717 *
     718 * @since 1.2.0
     719 * @deprecated 2.1.0
    718720 * @deprecated Use wp_list_authors()
    719721 * @see wp_list_authors()
    720722 *
     
    789791/**
    790792 * Returns or Prints link to the author's posts.
    791793 *
    792  * @since 1.2
    793  * @deprecated 2.1
     794 * @since 1.2.0
     795 * @deprecated 2.1.0
    794796 * @deprecated Use get_author_posts_url()
    795797 * @see get_author_posts_url()
    796798 *
     
    11511153/**
    11521154 * Print/Return link to category RSS2 feed.
    11531155 *
    1154  * @since 1.2
    1155  * @deprecated 2.5
     1156 * @since 1.2.0
     1157 * @deprecated 2.5.0
    11561158 * @deprecated Use get_category_feed_link()
    11571159 * @see get_category_feed_link()
    11581160 *
     
    11731175/**
    11741176 * Print/Return link to author RSS feed.
    11751177 *
    1176  * @since 1.2
    1177  * @deprecated 2.5
     1178 * @since 1.2.0
     1179 * @deprecated 2.5.0
    11781180 * @deprecated Use get_author_feed_link()
    11791181 * @see get_author_feed_link()
    11801182 *
     
    11941196/**
    11951197 * Return link to the post RSS feed.
    11961198 *
    1197  * @since 1.5
    1198  * @deprecated 2.2
     1199 * @since 1.5.0
     1200 * @deprecated 2.2.0
    11991201 * @deprecated Use get_post_comments_feed_link()
    12001202 * @see get_post_comments_feed_link()
    12011203 *
     
    12091211/**
    12101212 * An alias of wp_create_user().
    12111213 *
    1212  * @since 2.0
    1213  * @deprecated 2.0
     1214 * @since 2.0.0
     1215 * @deprecated 2.0.0
    12141216 * @deprecated Use wp_create_user()
    12151217 * @see wp_create_user()
    12161218 *
     
    13091311/**
    13101312 * Retrieve the description of the author of the current post.
    13111313 *
    1312  * @since 1.5
    1313  * @deprecated 2.8
     1314 * @since 1.5.0
     1315 * @deprecated 2.8.0
    13141316 * @deprecated Use get_the_author_meta('description')
    13151317 * @see get_the_author_meta()
    13161318 *
     
    13371339/**
    13381340 * Retrieve the login name of the author of the current post.
    13391341 *
    1340  * @since 1.5
    1341  * @deprecated 2.8
     1342 * @since 1.5.0
     1343 * @deprecated 2.8.0
    13421344 * @deprecated Use get_the_author_meta('login')
    13431345 * @see get_the_author_meta()
    13441346 *
     
    13651367/**
    13661368 * Retrieve the first name of the author of the current post.
    13671369 *
    1368  * @since 1.5
    1369  * @deprecated 2.8
     1370 * @since 1.5.0
     1371 * @deprecated 2.8.0
    13701372 * @deprecated Use get_the_author_meta('first_name')
    13711373 * @see get_the_author_meta()
    13721374 *
     
    13931395/**
    13941396 * Retrieve the last name of the author of the current post.
    13951397 *
    1396  * @since 1.5
    1397  * @deprecated 2.8
     1398 * @since 1.5.0
     1399 * @deprecated 2.8.0
    13981400 * @deprecated Use get_the_author_meta('last_name')
    13991401 * @see get_the_author_meta()
    14001402 *
     
    14211423/**
    14221424 * Retrieve the nickname of the author of the current post.
    14231425 *
    1424  * @since 1.5
    1425  * @deprecated 2.8
     1426 * @since 1.5.0
     1427 * @deprecated 2.8.0
    14261428 * @deprecated Use get_the_author_meta('nickname')
    14271429 * @see get_the_author_meta()
    14281430 *
     
    14491451/**
    14501452 * Retrieve the email of the author of the current post.
    14511453 *
    1452  * @since 1.5
    1453  * @deprecated 2.8
     1454 * @since 1.5.0
     1455 * @deprecated 2.8.0
    14541456 * @deprecated Use get_the_author_meta('email')
    14551457 * @see get_the_author_meta()
    14561458 *
     
    14771479/**
    14781480 * Retrieve the ICQ number of the author of the current post.
    14791481 *
    1480  * @since 1.5
    1481  * @deprecated 2.8
     1482 * @since 1.5.0
     1483 * @deprecated 2.8.0
    14821484 * @deprecated Use get_the_author_meta('icq')
    14831485 * @see get_the_author_meta()
    14841486 *
     
    15051507/**
    15061508 * Retrieve the Yahoo! IM name of the author of the current post.
    15071509 *
    1508  * @since 1.5
    1509  * @deprecated 2.8
     1510 * @since 1.5.0
     1511 * @deprecated 2.8.0
    15101512 * @deprecated Use get_the_author_meta('yim')
    15111513 * @see get_the_author_meta()
    15121514 *
     
    15331535/**
    15341536 * Retrieve the MSN address of the author of the current post.
    15351537 *
    1536  * @since 1.5
    1537  * @deprecated 2.8
     1538 * @since 1.5.0
     1539 * @deprecated 2.8.0
    15381540 * @deprecated Use get_the_author_meta('msn')
    15391541 * @see get_the_author_meta()
    15401542 *
     
    15611563/**
    15621564 * Retrieve the AIM address of the author of the current post.
    15631565 *
    1564  * @since 1.5
    1565  * @deprecated 2.8
     1566 * @since 1.5.0
     1567 * @deprecated 2.8.0
    15661568 * @deprecated Use get_the_author_meta('aim')
    15671569 * @see get_the_author_meta()
    15681570 *
     
    16051607/**
    16061608 * Retrieve the URL to the home page of the author of the current post.
    16071609 *
    1608  * @since 1.5
    1609  * @deprecated 2.8
     1610 * @since 1.5.0
     1611 * @deprecated 2.8.0
    16101612 * @deprecated Use get_the_author_meta('url')
    16111613 * @see get_the_author_meta()
    16121614 *
     
    16331635/**
    16341636 * Retrieve the ID of the author of the current post.
    16351637 *
    1636  * @since 1.5
    1637  * @deprecated 2.8
     1638 * @since 1.5.0
     1639 * @deprecated 2.8.0
    16381640 * @deprecated Use get_the_author_meta('ID')
    16391641 * @see get_the_author_meta()
    16401642 *
     
    17851787 * Translates $text like translate(), but assumes that the text
    17861788 * contains a context after its last vertical bar.
    17871789 *
    1788  * @since 2.5
     1790 * @since 2.5.0
    17891791 * @uses translate()
    17901792 * @deprecated 3.0.0
    17911793 * @deprecated Use _x()
     
    18341836/**
    18351837 * Register plural strings in POT file, but don't translate them.
    18361838 *
    1837  * @since 2.5
     1839 * @since 2.5.0
    18381840 * @deprecated 2.8.0
    18391841 * @deprecated Use _n_noop()
    18401842 * @see _n_noop()
  • src/wp-includes/feed.php

     
    5757 *
    5858 * @package WordPress
    5959 * @subpackage Feed
    60  * @since 2.5
     60 * @since 2.5.0
    6161 * @uses apply_filters() Calls 'default_feed' hook on the default feed string.
    6262 *
    6363 * @return string Default feed, or for example 'rss2', 'atom', etc.
     
    446446 *
    447447 * @package WordPress
    448448 * @subpackage Feed
    449  * @since 2.5
     449 * @since 2.5.0
    450450 *
    451451 * @param string $data Input string
    452452 * @return array array(type, value)
     
    484484 *
    485485 * @package WordPress
    486486 * @subpackage Feed
    487  * @since 2.5
     487 * @since 2.5.0
    488488 */
    489489function self_link() {
    490490        $host = @parse_url(home_url());
     
    518518/**
    519519 * Build SimplePie object based on RSS or Atom feed from URL.
    520520 *
    521  * @since 2.8
     521 * @since 2.8.0
    522522 *
    523523 * @param mixed $url URL of feed to retrieve. If an array of URLs, the feeds are merged
    524524 * using SimplePie's multifeed feature.
  • src/wp-includes/link-template.php

     
    578578 * Returns a link to the feed for all posts in a given term. A specific feed
    579579 * can be requested or left blank to get the default feed.
    580580 *
    581  * @since 3.0
     581 * @since 3.0.0
    582582 *
    583583 * @param int $term_id ID of a category.
    584584 * @param string $taxonomy Optional. Taxonomy of $term_id
     
    17111711/**
    17121712 * Return post pages link navigation for previous and next pages.
    17131713 *
    1714  * @since 2.8
     1714 * @since 2.8.0
    17151715 *
    17161716 * @param string|array $args Optional args.
    17171717 * @return string The posts link navigation.
  • src/wp-includes/nav-menu-template.php

     
    385385 * Add the class property classes for the current context, if applicable.
    386386 *
    387387 * @access private
    388  * @since 3.0
     388 * @since 3.0.0
    389389 *
    390390 * @param array $menu_items The current menu item objects to which to add the class property information.
    391391 */
  • src/wp-includes/pluggable-deprecated.php

     
    5757/**
    5858 * Retrieve user info by email.
    5959 *
    60  * @since 2.5
     60 * @since 2.5.0
    6161 * @deprecated 3.3.0
    6262 * @deprecated Use get_user_by('email')
    6363 *
     
    7474/**
    7575 * Sets a cookie for a user who just logged in. This function is deprecated.
    7676 *
    77  * @since 1.5
    78  * @deprecated 2.5
     77 * @since 1.5.0
     78 * @deprecated 2.5.0
    7979 * @deprecated Use wp_set_auth_cookie()
    8080 * @see wp_set_auth_cookie()
    8181 *
     
    9999/**
    100100 * Clears the authentication cookie, logging the user out. This function is deprecated.
    101101 *
    102  * @since 1.5
    103  * @deprecated 2.5
     102 * @since 1.5.0
     103 * @deprecated 2.5.0
    104104 * @deprecated Use wp_clear_auth_cookie()
    105105 * @see wp_clear_auth_cookie()
    106106 */
     
    120120 * used anywhere in WordPress. Also, plugins shouldn't use it either.
    121121 *
    122122 * @since 2.0.3
    123  * @deprecated 2.5
     123 * @deprecated 2.5.0
    124124 * @deprecated No alternative
    125125 *
    126126 * @return bool Always returns false
  • src/wp-includes/pluggable.php

     
    506506 * Makes sure the cookie is not expired. Verifies the hash in cookie is what is
    507507 * should be and compares the two.
    508508 *
    509  * @since 2.5
     509 * @since 2.5.0
    510510 *
    511511 * @param string $cookie Optional. If used, will validate contents instead of cookie's
    512512 * @param string $scheme Optional. The cookie scheme to use: auth, secure_auth, or logged_in
     
    561561/**
    562562 * Generate authentication cookie contents.
    563563 *
    564  * @since 2.5
     564 * @since 2.5.0
     565 *
    565566 * @uses apply_filters() Calls 'auth_cookie' hook on $cookie contents, User ID
    566567 *              and expiration of cookie.
    567568 *
     
    588589/**
    589590 * Parse a cookie into its components
    590591 *
    591  * @since 2.7
     592 * @since 2.7.0
    592593 *
    593594 * @param string $cookie
    594595 * @param string $scheme Optional. The cookie scheme to use: auth, secure_auth, or logged_in
     
    639640 * default the cookie is kept without remembering is two days. When $remember is
    640641 * set, the cookies will be kept for 14 days or two weeks.
    641642 *
    642  * @since 2.5
     643 * @since 2.5.0
    643644 *
    644645 * @param int $user_id User ID
    645646 * @param bool $remember Whether to remember the user
     
    687688/**
    688689 * Removes all of the cookies associated with authentication.
    689690 *
    690  * @since 2.5
     691 * @since 2.5.0
    691692 */
    692693function wp_clear_auth_cookie() {
    693694        do_action('clear_auth_cookie');
     
    735736/**
    736737 * Checks if a user is logged in, if not it redirects them to the login page.
    737738 *
    738  * @since 1.5
     739 * @since 1.5.0
    739740 */
    740741function auth_redirect() {
    741742        // Checks if a user is logged in, if not redirects them to the login page
     
    903904/**
    904905 * Sanitizes a URL for use in a redirect.
    905906 *
    906  * @since 2.3
     907 * @since 2.3.0
    907908 *
    908909 * @return string redirect-sanitized URL
    909910 **/
     
    930931 * instead. This prevents malicious redirects which redirect to another host,
    931932 * but only used in a few places.
    932933 *
    933  * @since 2.3
     934 * @since 2.3.0
     935 *
    934936 * @uses wp_validate_redirect() To validate the redirect is to an allowed host.
    935937 *
    936938 * @return void Does not return anything
     
    11651167/**
    11661168 * Notifies the moderator of the blog about a new comment that is awaiting approval.
    11671169 *
    1168  * @since 1.0
     1170 * @since 1.0.0
     1171 *
    11691172 * @uses $wpdb
    11701173 *
    11711174 * @param int $comment_id Comment ID
     
    12511254/**
    12521255 * Notify the blog admin of a user changing password, normally via email.
    12531256 *
    1254  * @since 2.7
     1257 * @since 2.7.0
    12551258 *
    12561259 * @param object $user User Object
    12571260 */
     
    12721275/**
    12731276 * Notify the blog admin of a new user, normally via email.
    12741277 *
    1275  * @since 2.0
     1278 * @since 2.0.0
    12761279 *
    12771280 * @param int $user_id User ID
    12781281 * @param string $plaintext_pass Optional. The user's plaintext password
     
    13091312 * A nonce has a lifespan of two ticks. Nonces in their second tick may be
    13101313 * updated, e.g. by autosave.
    13111314 *
    1312  * @since 2.5
     1315 * @since 2.5.0
    13131316 *
    13141317 * @return int
    13151318 */
     
    14011404 * Salting passwords helps against tools which has stored hashed values of
    14021405 * common dictionary strings. The added values makes it harder to crack.
    14031406 *
    1404  * @since 2.5
     1407 * @since 2.5.0
    14051408 *
    14061409 * @link https://api.wordpress.org/secret-key/1.1/salt/ Create secrets for wp-config.php
    14071410 *
     
    14851488 * For integration with other applications, this function can be overwritten to
    14861489 * instead use the other package password checking algorithm.
    14871490 *
    1488  * @since 2.5
     1491 * @since 2.5.0
     1492 *
    14891493 * @global object $wp_hasher PHPass object
    14901494 * @uses PasswordHash::HashPassword
    14911495 *
     
    15171521 * For integration with other applications, this function can be overwritten to
    15181522 * instead use the other package password checking algorithm.
    15191523 *
    1520  * @since 2.5
     1524 * @since 2.5.0
     1525 *
    15211526 * @global object $wp_hasher PHPass object used for checking the password
    15221527 *      against the $hash + $password
    15231528 * @uses PasswordHash::CheckPassword
     
    15591564/**
    15601565 * Generates a random password drawn from the defined set of characters.
    15611566 *
    1562  * @since 2.5
     1567 * @since 2.5.0
    15631568 *
    15641569 * @param int $length The length of password to generate
    15651570 * @param bool $special_chars Whether to include standard special characters. Default true.
     
    16381643 * For integration with other applications, this function can be overwritten to
    16391644 * instead use the other package password checking algorithm.
    16401645 *
    1641  * @since 2.5
     1646 * @since 2.5.0
     1647 *
    16421648 * @uses $wpdb WordPress database object for queries
    16431649 * @uses wp_hash_password() Used to encrypt the user's password before passing to the database
    16441650 *
     
    16591665/**
    16601666 * Retrieve the avatar for a user who provided a user ID or email address.
    16611667 *
    1662  * @since 2.5
     1668 * @since 2.5.0
     1669 *
    16631670 * @param int|string|object $id_or_email A user ID,  email address, or comment object
    16641671 * @param int $size Size of the avatar image
    16651672 * @param string $default URL to a default image to use if no avatar is available
     
    17731780 * 'title_right' : Default is an empty string. Change the HTML to the right of
    17741781 *              the title.
    17751782 *
    1776  * @since 2.6
     1783 * @since 2.6.0
     1784 *
    17771785 * @see wp_parse_args() Used to change defaults to user defined settings.
    17781786 * @uses Text_Diff
    17791787 * @uses WP_Text_Diff_Renderer_Table
  • src/wp-includes/plugin.php

     
    1616 *
    1717 * @package WordPress
    1818 * @subpackage Plugin
    19  * @since 1.5
     19 * @since 1.5.0
    2020 */
    2121
    2222// Initialize the filter globals.
     
    9393 *
    9494 * @package WordPress
    9595 * @subpackage Plugin
    96  * @since 2.5
     96 * @since 2.5.0
     97 *
    9798 * @global array $wp_filter Stores all of the filters
    9899 *
    99100 * @param string $tag The name of the filter hook.
     
    275276 *
    276277 * @package WordPress
    277278 * @subpackage Plugin
    278  * @since 1.2
    279279 *
     280 * @since 1.2.0
     281 *
    280282 * @param string $tag The filter hook to which the function to be removed is hooked.
    281283 * @param callback $function_to_remove The name of the function which should be removed.
    282284 * @param int $priority optional. The priority of the function (default: 10).
     
    301303/**
    302304 * Remove all of the hooks from a filter.
    303305 *
    304  * @since 2.7
     306 * @since 2.7.0
    305307 *
    306308 * @param string $tag The filter to remove hooks from.
    307309 * @param int $priority The priority number to remove.
     
    328330 *
    329331 * @package WordPress
    330332 * @subpackage Plugin
    331  * @since 2.5
     333 * @since 2.5.0
    332334 *
    333335 * @return string Hook name of the current filter or action.
    334336 */
     
    349351 *
    350352 * @package WordPress
    351353 * @subpackage Plugin
    352  * @since 1.2
    353354 *
     355 * @since 1.2.0
     356 *
    354357 * @param string $tag The name of the action to which the $function_to_add is hooked.
    355358 * @param callback $function_to_add The name of the function you wish to be called.
    356359 * @param int $priority optional. Used to specify the order in which the functions associated with a particular action are executed (default: 10). Lower numbers correspond with earlier execution, and functions with the same priority are executed in the order in which they were added to the action.
     
    375378 *
    376379 * @package WordPress
    377380 * @subpackage Plugin
    378  * @since 1.2
     381 *
     382 * @since 1.2.0
     383 *
    379384 * @global array $wp_filter Stores all of the filters
    380385 * @global array $wp_actions Increments the amount of times action was triggered.
    381386 *
     
    438443 *
    439444 * @package WordPress
    440445 * @subpackage Plugin
    441  * @since 2.1
     446 * @since 2.1.0
     447 *
    442448 * @global array $wp_actions Increments the amount of times action was triggered.
    443449 *
    444450 * @param string $tag The name of the action hook.
     
    461467 *
    462468 * @package WordPress
    463469 * @subpackage Plugin
    464  * @since 2.1
     470 * @since 2.1.0
     471 *
    465472 * @global array $wp_filter Stores all of the filters
    466473 * @global array $wp_actions Increments the amount of times action was triggered.
    467474 *
     
    516523 *
    517524 * @package WordPress
    518525 * @subpackage Plugin
    519  * @since 2.5
     526 * @since 2.5.0
     527 *
    520528 * @see has_filter() has_action() is an alias of has_filter().
    521529 *
    522530 * @param string $tag The name of the action hook.
     
    539547 *
    540548 * @package WordPress
    541549 * @subpackage Plugin
    542  * @since 1.2
    543550 *
     551 * @since 1.2.0
     552 *
    544553 * @param string $tag The action hook to which the function to be removed is hooked.
    545554 * @param callback $function_to_remove The name of the function which should be removed.
    546555 * @param int $priority optional The priority of the function (default: 10).
     
    553562/**
    554563 * Remove all of the hooks from an action.
    555564 *
    556  * @since 2.7
     565 * @since 2.7.0
    557566 *
    558567 * @param string $tag The action to remove hooks from.
    559568 * @param int $priority The priority number to remove them from.
     
    574583 *
    575584 * @package WordPress
    576585 * @subpackage Plugin
    577  * @since 1.5
    578586 *
     587 * @since 1.5.0
     588 *
    579589 * @access private
    580590 *
    581591 * @param string $file The filename of plugin.
     
    598608 * Gets the filesystem directory path (with trailing slash) for the plugin __FILE__ passed in
    599609 * @package WordPress
    600610 * @subpackage Plugin
    601  * @since 2.8
     611 * @since 2.8.0
    602612 *
    603613 * @param string $file The filename of the plugin (__FILE__)
    604614 * @return string the filesystem path of the directory that contains the plugin
     
    611621 * Gets the URL directory path (with trailing slash) for the plugin __FILE__ passed in
    612622 * @package WordPress
    613623 * @subpackage Plugin
    614  * @since 2.8
     624 * @since 2.8.0
    615625 *
    616626 * @param string $file The filename of the plugin (__FILE__)
    617627 * @return string the URL path of the directory that contains the plugin
     
    635645 *
    636646 * @package WordPress
    637647 * @subpackage Plugin
    638  * @since 2.0
     648 * @since 2.0.0
    639649 *
    640650 * @param string $file The filename of the plugin including the path.
    641651 * @param callback $function the function hooked to the 'activate_PLUGIN' action.
     
    660670 *
    661671 * @package WordPress
    662672 * @subpackage Plugin
    663  * @since 2.0
     673 * @since 2.0.0
    664674 *
    665675 * @param string $file The filename of the plugin including the path.
    666676 * @param callback $function the function hooked to the 'deactivate_PLUGIN' action.
     
    690700 * should always check for the 'WP_UNINSTALL_PLUGIN' constant, before
    691701 * executing.
    692702 *
    693  * @since 2.7
     703 * @since 2.7.0
    694704 *
    695705 * @param string $file
    696706 * @param callback $callback The callback to run when the hook is called. Must be a static method or function.
     
    722732 *
    723733 * @package WordPress
    724734 * @subpackage Plugin
    725  * @since 2.5
     735 * @since 2.5.0
    726736 * @access private
    727737 *
    728738 * @uses $wp_filter Used to process all of the functions in the 'all' hook
  • src/wp-includes/post-thumbnail-template.php

     
    4949/**
    5050 * Update cache for thumbnails in the current loop
    5151 *
    52  * @since 3.2
     52 * @since 3.2.0
    5353 *
    5454 * @param object $wp_query Optional. A WP_Query instance. Defaults to the $wp_query global.
    5555 */
  • src/wp-includes/script-loader.php

     
    714714 * Postpones the scripts that were queued for the footer.
    715715 * print_footer_scripts() is called in the footer to print these scripts.
    716716 *
    717  * @since 2.8
     717 * @since 2.8.0
    718718 *
    719719 * @see wp_print_scripts()
    720720 */
     
    743743/**
    744744 * Prints the scripts that were queued for the footer or too late for the HTML head.
    745745 *
    746  * @since 2.8
     746 * @since 2.8.0
    747747 */
    748748function print_footer_scripts() {
    749749        global $wp_scripts, $concatenate_scripts;
     
    799799 * Postpones the scripts that were queued for the footer.
    800800 * wp_print_footer_scripts() is called in the footer to print these scripts.
    801801 *
    802  * @since 2.8
     802 * @since 2.8.0
    803803 */
    804804function wp_print_head_scripts() {
    805805        if ( ! did_action('wp_print_scripts') ) {
     
    828828/**
    829829 * Hooks to print the scripts and styles in the footer.
    830830 *
    831  * @since 2.8
     831 * @since 2.8.0
    832832 */
    833833function wp_print_footer_scripts() {
    834834        do_action('wp_print_footer_scripts');
     
    840840 * Allows plugins to queue scripts for the front end using wp_enqueue_script().
    841841 * Runs first in wp_head() where all is_home(), is_page(), etc. functions are available.
    842842 *
    843  * @since 2.8
     843 * @since 2.8.0
    844844 */
    845845function wp_enqueue_scripts() {
    846846        do_action('wp_enqueue_scripts');
     
    849849/**
    850850 * Prints the styles queue in the HTML head on admin pages.
    851851 *
    852  * @since 2.8
     852 * @since 2.8.0
    853853 */
    854854function print_admin_styles() {
    855855        global $wp_styles, $concatenate_scripts, $compress_css;
     
    923923/**
    924924 * Determine the concatenation and compression settings for scripts and styles.
    925925 *
    926  * @since 2.8
     926 * @since 2.8.0
    927927 */
    928928function script_concat_settings() {
    929929        global $concatenate_scripts, $compress_scripts, $compress_css;
  • src/wp-includes/shortcodes.php

     
    2929 *
    3030 * @package WordPress
    3131 * @subpackage Shortcodes
    32  * @since 2.5
     32 * @since 2.5.0
    3333 */
    3434
    3535/**
    3636 * Container for storing shortcode tags and their hook to call for the shortcode
    3737 *
    38  * @since 2.5
     38 * @since 2.5.0
     39 *
    3940 * @name $shortcode_tags
    4041 * @var array
    4142 * @global array $shortcode_tags
     
    8485 * add_shortcode('baztag', 'baztag_func');
    8586 * </code>
    8687 *
    87  * @since 2.5
     88 * @since 2.5.0
     89 *
    8890 * @uses $shortcode_tags
    8991 *
    9092 * @param string $tag Shortcode tag to be searched in post content.
     
    100102/**
    101103 * Removes hook for shortcode.
    102104 *
    103  * @since 2.5
     105 * @since 2.5.0
     106 *
    104107 * @uses $shortcode_tags
    105108 *
    106109 * @param string $tag shortcode tag to remove hook for.
     
    118121 * shortcodes global by a empty array. This is actually a very efficient method
    119122 * for removing all shortcodes.
    120123 *
    121  * @since 2.5
     124 * @since 2.5.0
     125 *
    122126 * @uses $shortcode_tags
    123127 */
    124128function remove_all_shortcodes() {
     
    171175 * without any filtering. This might cause issues when plugins are disabled but
    172176 * the shortcode will still show up in the post or content.
    173177 *
    174  * @since 2.5
     178 * @since 2.5.0
     179 *
    175180 * @uses $shortcode_tags
    176181 * @uses get_shortcode_regex() Gets the search pattern for searching shortcodes.
    177182 *
     
    203208 * 5 - The content of a shortcode when it wraps some content.
    204209 * 6 - An extra ] to allow for escaping shortcodes with double [[]]
    205210 *
    206  * @since 2.5
     211 * @since 2.5.0
     212 *
    207213 * @uses $shortcode_tags
    208214 *
    209215 * @return string The shortcode search regular expression
     
    250256 * Regular Expression callable for do_shortcode() for calling shortcode hook.
    251257 * @see get_shortcode_regex for details of the match array contents.
    252258 *
    253  * @since 2.5
     259 * @since 2.5.0
    254260 * @access private
    255261 * @uses $shortcode_tags
    256262 *
     
    284290 * attribute as the value in the key/value pair. This allows for easier
    285291 * retrieval of the attributes, since all attributes have to be known.
    286292 *
    287  * @since 2.5
     293 * @since 2.5.0
    288294 *
    289295 * @param string $text
    290296 * @return array List of attributes and their value.
     
    322328 * If the $atts list has unsupported attributes, then they will be ignored and
    323329 * removed from the final returned list.
    324330 *
    325  * @since 2.5
     331 * @since 2.5.0
    326332 *
    327333 * @param array $pairs Entire list of supported attributes and their defaults.
    328334 * @param array $atts User defined attributes in shortcode tag.
     
    359365/**
    360366 * Remove all shortcode tags from the given content.
    361367 *
    362  * @since 2.5
     368 * @since 2.5.0
     369 *
    363370 * @uses $shortcode_tags
    364371 *
    365372 * @param string $content Content to remove shortcode tags.
  • src/wp-includes/taxonomy.php

     
    23372337 *
    23382338 * @package WordPress
    23392339 * @subpackage Taxonomy
    2340  * @since 3.6
     2340 * @since 3.6.0
    23412341 * @uses wp_set_object_terms()
    23422342 *
    23432343 * @param int $object_id The ID of the object to which the terms will be added.
     
    23542354 *
    23552355 * @package WordPress
    23562356 * @subpackage Taxonomy
    2357  * @since 3.6
     2357 * @since 3.6.0
    23582358 * @uses $wpdb
    23592359 *
    23602360 * @uses apply_filters() Calls 'delete_term_relationships' hook with object_id and tt_ids as parameters.
  • src/wp-includes/theme.php

     
    15591559/**
    15601560 * Gets the theme support arguments passed when registering that support
    15611561 *
    1562  * @since 3.1
     1562 * @since 3.1.0
     1563 *
    15631564 * @param string $feature the feature to check
    15641565 * @return array The array of extra arguments
    15651566 */
  • src/wp-includes/widgets.php

     
    1919 *
    2020 * @package WordPress
    2121 * @subpackage Widgets
    22  * @since 2.8
     22 * @since 2.8.0
    2323 */
    2424class WP_Widget {
    2525
     
    311311 *
    312312 * @package WordPress
    313313 * @subpackage Widgets
    314  * @since 2.8
     314 * @since 2.8.0
    315315 */
    316316class WP_Widget_Factory {
    317317        var $widgets = array();
     
    978978/**
    979979 * Whether a sidebar is in use.
    980980 *
    981  * @since 2.8
     981 * @since 2.8.0
    982982 *
    983983 * @param mixed $index Sidebar name, id or number to check.
    984984 * @return bool true if the sidebar is in use, false otherwise.
     
    11241124/**
    11251125 * Output an arbitrary widget as a template tag
    11261126 *
    1127  * @since 2.8
     1127 * @since 2.8.0
    11281128 *
    11291129 * @param string $widget the widget's PHP class name (see default-widgets.php)
    11301130 * @param array $instance the widget's instance settings