Changeset 30105 for trunk/src/wp-includes/media.php
- Timestamp:
- 10/30/2014 01:04:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r30082 r30105 26 26 * 27 27 * @since 2.5.0 28 * @uses wp_constrain_dimensions() This function passes the widths and the heights.29 28 * 30 29 * @param int $width Width of the image … … 685 684 * 686 685 * @see add_image_size() 687 * @uses wp_get_attachment_image_src() Gets attachment file URL and dimensions688 686 * 689 687 * @param int $attachment_id Image attachment ID. … … 1996 1994 * @since 3.5.0 1997 1995 * @see get_attachment_taxonomies() 1998 * @uses get_taxonomies()1999 1996 * 2000 1997 * @param string $output The type of output to return, either taxonomy 'names' or 'objects'. 'names' is the default. … … 2100 2097 * 2101 2098 * @since 2.9.0 2102 * @uses wp_constrain_dimensions() This function passes the widths and the heights.2103 2099 * 2104 2100 * @param int $example_width The width of an example embed. … … 2123 2119 * @see WP_oEmbed 2124 2120 * 2125 * @uses _wp_oembed_get_object()2126 * @uses WP_oEmbed::get_html()2127 *2128 2121 * @param string $url The URL that should be embedded. 2129 2122 * @param array $args Additional arguments and parameters. … … 2141 2134 * @since 2.9.0 2142 2135 * @see WP_oEmbed 2143 *2144 * @uses _wp_oembed_get_object()2145 2136 * 2146 2137 * @param string $format The format of URL that this provider can handle. You can use asterisks as wildcards. … … 2164 2155 * @since 3.5.0 2165 2156 * @see WP_oEmbed 2166 *2167 * @uses _wp_oembed_get_object()2168 2157 * 2169 2158 * @param string $format The URL format for the oEmbed provider to remove.
Note: See TracChangeset
for help on using the changeset viewer.