Changeset 35057 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 10/12/2015 04:14:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r35050 r35057 1406 1406 * of width and height values in pixels (in that order). 1407 1407 * Default 'thumbnail'. 1408 * @param bool $permalink Optional, default is false. Whether to add permalink to image. 1409 * @param bool $icon Optional, default is false. Whether to include icon. 1410 * @param string|bool $text Optional, default is false. If string, then will be link text. 1411 * @param array|string $attr Optional. Array or string of attributes. 1408 * @param bool $permalink Optional, Whether to add permalink to image. Default false. 1409 * @param bool $icon Optional. Whether the attachment is an icon. Default false. 1410 * @param string|false $text Optional. Link text to use. Activated by passing a string, false otherwise. 1411 * Default false. 1412 * @param array|string $attr Optional. Array or string of attributes. Default empty. 1412 1413 * @return string HTML content. 1413 1414 */
Note: See TracChangeset
for help on using the changeset viewer.