Changeset 29641
- Timestamp:
- 08/27/2014 03:06:00 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r29625 r29641 195 195 196 196 /** This filter is documented in wp-admin/inclues/class-wp-list-table.php */ 197 $views = apply_filters( "views_{$this->screen->id}", '');197 $views = apply_filters( "views_{$this->screen->id}", array() ); 198 198 199 199 // Back compat for pre-4.0 view links.
Note: See TracChangeset
for help on using the changeset viewer.