Changeset 48573 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 07/23/2020 12:46:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r48380 r48573 2222 2222 2223 2223 /** 2224 * Function to echothe attachment media states as HTML.2224 * Outputs the attachment media states as HTML. 2225 2225 * 2226 2226 * @since 3.2.0 2227 2227 * 2228 2228 * @param WP_Post $post The attachment post to retrieve states for. 2229 * @return string Media states string.2230 2229 */ 2231 2230 function _media_states( $post ) {
Note: See TracChangeset
for help on using the changeset viewer.