Make WordPress Core

Changeset 32014


Ignore:
Timestamp:
04/04/2015 07:45:48 PM (10 years ago)
Author:
DrewAPicture
Message:

Add missing @since versions from a variety of methods in WP_Press_This.

See [31693]. See #31888.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r32013 r32014  
    922922     * Get a list of embeds with no duplicates.
    923923     *
     924     * @since 4.2.0
     925     * @access public
     926     *
    924927     * @param array $data The site's data.
    925      * @returns array
     928     * @returns array Embeds selected to be available.
    926929     */
    927930    public function get_embeds( $data ) {
     
    946949    /**
    947950     * Get a list of images with no duplicates.
     951     *
     952     * @since 4.2.0
     953     * @access public
    948954     *
    949955     * @param array $data The site's data.
     
    977983    /**
    978984     * Gets the source page's canonical link, based on passed location and meta data.
     985     *
     986     * @since 4.2.0
     987     * @access public
    979988     *
    980989     * @param array $data The site's data.
     
    10061015     * Gets the source page's site name, based on passed meta data.
    10071016     *
     1017     * @since 4.2.0
     1018     * @access public
     1019     *
    10081020     * @param array $data The site's data.
    10091021     * @returns string Discovered site name, or empty
     
    10251037    /**
    10261038     * Gets the source page's title, based on passed title and meta data.
     1039     *
     1040     * @since 4.2.0
     1041     * @access public
    10271042     *
    10281043     * @param array $data The site's data.
     
    10491064    /**
    10501065     * Gets the source page's suggested content, based on passed data (description, selection, etc).
     1066     *
    10511067     * Features a blockquoted excerpt, as well as content attribution, if any.
     1068     *
     1069     * @since 4.2.0
     1070     * @access public
    10521071     *
    10531072     * @param array $data The site's data.
Note: See TracChangeset for help on using the changeset viewer.