Make WordPress Core


Ignore:
Timestamp:
05/22/2016 05:39:00 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Remove/replace invalid inline @link tags in DocBlocks in wp-includes/*.

Fixes #36910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r37431 r37487  
    31133113         *     @type int    $category_id
    31143114         * }
    3115          * @return bool|IXR_Error See {@link wp_delete_term()} for return info.
     3115         * @return bool|IXR_Error See wp_delete_term() for return info.
    31163116         */
    31173117        public function wp_deleteCategory( $args ) {
     
    32453245         * - 'post_id' - Default is ''. The post where the comment is posted. Empty string shows all comments.
    32463246         * - 'number' - Default is 10. Total number of media items to retrieve.
    3247          * - 'offset' - Default is 0. See {@link WP_Query::query()} for more.
     3247         * - 'offset' - Default is 0. See WP_Query::query() for more.
    32483248         *
    32493249         * @since 2.7.0
     
    32573257         *     @type array  $struct
    32583258         * }
    3259          * @return array|IXR_Error Contains a collection of comments. See {@link wp_xmlrpc_server::wp_getComment()} for a description of each item contents
     3259         * @return array|IXR_Error Contains a collection of comments. See wp_xmlrpc_server::wp_getComment() for a description of each item contents
    32603260         */
    32613261        public function wp_getComments( $args ) {
     
    33293329         *
    33303330         * By default, the comment will be moved to the trash instead of deleted.
    3331          * See {@link wp_delete_comment()} for more information on
    3332          * this behavior.
     3331         * See wp_delete_comment() for more information on this behavior.
    33333332         *
    33343333         * @since 2.7.0
     
    33423341         *     @type int    $comment_ID
    33433342         * }
    3344          * @return bool|IXR_Error {@link wp_delete_comment()}
     3343         * @return bool|IXR_Error See wp_delete_comment().
    33453344         */
    33463345        public function wp_deleteComment( $args ) {
     
    34993498         *     @type array      $content_struct
    35003499         * }
    3501          * @return int|IXR_Error {@link wp_new_comment()}
     3500         * @return int|IXR_Error See wp_new_comment().
    35023501         */
    35033502        public function wp_newComment($args) {
Note: See TracChangeset for help on using the changeset viewer.