Changeset 30649 for trunk/src/wp-admin/media-upload.php
- Timestamp:
- 11/30/2014 11:42:00 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/media-upload.php
r30356 r30649 75 75 * media popup based on the current tab. 76 76 * 77 * The dynamic portion of the hook name, $type, refers to the specific77 * The dynamic portion of the hook name, `$type`, refers to the specific 78 78 * media upload type. Possible values include 'image', 'audio', 'video', 79 79 * 'file', etc. 80 80 * 81 * The hook only fires if the current $tabis 'type' (From Computer),81 * The hook only fires if the current `$tab` is 'type' (From Computer), 82 82 * 'type_url' (From URL), or, if the tab does not exist (i.e., has not 83 * been registered via the 'media_upload_tabs'filter.83 * been registered via the {@see 'media_upload_tabs'} filter. 84 84 * 85 85 * @since 2.5.0 … … 91 91 * (pre-3.5.0) media popup. 92 92 * 93 * The dynamic portion of the hook name, $tab, refers to the specific93 * The dynamic portion of the hook name, `$tab`, refers to the specific 94 94 * media upload tab. Possible values include 'library' (Media Library), 95 * or any custom tab registered via the 'media_upload_tabs'filter.95 * or any custom tab registered via the {@see 'media_upload_tabs'} filter. 96 96 * 97 97 * @since 2.5.0
Note: See TracChangeset
for help on using the changeset viewer.