Changeset 37488 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 05/22/2016 06:00:23 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r37485 r37488 87 87 88 88 /** 89 * Filter the taxonomy terms checklist arguments.89 * Filters the taxonomy terms checklist arguments. 90 90 * 91 91 * @since 3.4.0 … … 355 355 global $wp_list_table; 356 356 /** 357 * Filter the in-line comment reply-to form output in the Comments357 * Filters the in-line comment reply-to form output in the Comments 358 358 * list table. 359 359 * … … 583 583 584 584 /** 585 * Filter values for the meta key dropdown in the Custom Fields meta box.585 * Filters values for the meta key dropdown in the Custom Fields meta box. 586 586 * 587 587 * Returning a non-null value will effectively short-circuit and avoid a … … 597 597 if ( null === $keys ) { 598 598 /** 599 * Filter the number of custom fields to retrieve for the drop-down599 * Filters the number of custom fields to retrieve for the drop-down 600 600 * in the Custom Fields meta box. 601 601 * … … 844 844 845 845 /** 846 * Filter the maximum allowed upload size for import files.846 * Filters the maximum allowed upload size for import files. 847 847 * 848 848 * @since 2.3.0 … … 1713 1713 1714 1714 /** 1715 * Filter the default post display states used in the posts list table.1715 * Filters the default post display states used in the posts list table. 1716 1716 * 1717 1717 * @since 2.8.0 … … 1764 1764 1765 1765 /** 1766 * Filter the default media display states for items in the Media list table.1766 * Filters the default media display states for items in the Media list table. 1767 1767 * 1768 1768 * @since 3.2.0
Note: See TracChangeset
for help on using the changeset viewer.