Changeset 37961
- Timestamp:
- 07/04/2016 10:44:10 PM (8 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r37714 r37961 79 79 80 80 /** 81 * Filters sthe full array of plugins to list in the Plugins list table.81 * Filters the full array of plugins to list in the Plugins list table. 82 82 * 83 83 * @since 3.0.0 -
trunk/src/wp-admin/includes/media.php
r37914 r37961 1132 1132 1133 1133 /** 1134 * Filters sinput from media_upload_form_handler() and assigns a default1134 * Filters input from media_upload_form_handler() and assigns a default 1135 1135 * post_title from the file name if none supplied. 1136 1136 * -
trunk/src/wp-admin/includes/theme.php
r37947 r37961 313 313 * 314 314 * It is possible for a theme to override the Themes API result with three 315 * Filterss. Assume this is for themes, which can extend on the Theme Info to315 * filters. Assume this is for themes, which can extend on the Theme Info to 316 316 * offer more choices. This is very powerful and must be used with care, when 317 317 * overriding the filters. -
trunk/src/wp-admin/includes/upgrade.php
r37921 r37961 2067 2067 2068 2068 /** 2069 * Filters sfor content to remove unnecessary slashes.2069 * Filters for content to remove unnecessary slashes. 2070 2070 * 2071 2071 * @since 1.5.0
Note: See TracChangeset
for help on using the changeset viewer.