Changeset 48104 for trunk/src/wp-includes/media.php
- Timestamp:
- 06/20/2020 12:00:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r48100 r48104 4330 4330 } 4331 4331 4332 // Specify the post idof the gallery we're viewing if the shortcode doesn't reference another post already.4332 // Specify the post ID of the gallery we're viewing if the shortcode doesn't reference another post already. 4333 4333 if ( ! isset( $shortcode_attrs['id'] ) ) { 4334 4334 $shortcode[3] .= ' id="' . intval( $post->ID ) . '"'; … … 4503 4503 4504 4504 /** 4505 * Filters an attachment idfound by URL.4505 * Filters an attachment ID found by URL. 4506 4506 * 4507 4507 * @since 4.2.0
Note: See TracChangeset
for help on using the changeset viewer.