Changeset 48104 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 06/20/2020 12:00:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r47948 r48104 120 120 * @since 2.5.0 121 121 * 122 * @param int $id Image attachment id.122 * @param int $id Image attachment ID. 123 123 * @param string $caption Image caption. 124 124 * @param string $title Image title attribute. … … 155 155 * 156 156 * @param string $html The image HTML markup to send. 157 * @param int $id The attachment id.157 * @param int $id The attachment ID. 158 158 * @param string $caption The image caption. 159 159 * @param string $title The image title. … … 1010 1010 add_post_meta( $id, '_source_url', $file ); 1011 1011 1012 // If attachment idwas requested, return it.1012 // If attachment ID was requested, return it. 1013 1013 if ( 'id' === $return ) { 1014 1014 return $id;
Note: See TracChangeset
for help on using the changeset viewer.