Changeset 32014
- Timestamp:
- 04/04/2015 07:45:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r32013 r32014 922 922 * Get a list of embeds with no duplicates. 923 923 * 924 * @since 4.2.0 925 * @access public 926 * 924 927 * @param array $data The site's data. 925 * @returns array 928 * @returns array Embeds selected to be available. 926 929 */ 927 930 public function get_embeds( $data ) { … … 946 949 /** 947 950 * Get a list of images with no duplicates. 951 * 952 * @since 4.2.0 953 * @access public 948 954 * 949 955 * @param array $data The site's data. … … 977 983 /** 978 984 * Gets the source page's canonical link, based on passed location and meta data. 985 * 986 * @since 4.2.0 987 * @access public 979 988 * 980 989 * @param array $data The site's data. … … 1006 1015 * Gets the source page's site name, based on passed meta data. 1007 1016 * 1017 * @since 4.2.0 1018 * @access public 1019 * 1008 1020 * @param array $data The site's data. 1009 1021 * @returns string Discovered site name, or empty … … 1025 1037 /** 1026 1038 * Gets the source page's title, based on passed title and meta data. 1039 * 1040 * @since 4.2.0 1041 * @access public 1027 1042 * 1028 1043 * @param array $data The site's data. … … 1049 1064 /** 1050 1065 * Gets the source page's suggested content, based on passed data (description, selection, etc). 1066 * 1051 1067 * Features a blockquoted excerpt, as well as content attribution, if any. 1068 * 1069 * @since 4.2.0 1070 * @access public 1052 1071 * 1053 1072 * @param array $data The site's data.
Note: See TracChangeset
for help on using the changeset viewer.