Changeset 37488 for trunk/src/wp-admin/includes/class-wp-screen.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r37431 r37488 730 730 731 731 /** 732 * Filter the legacy contextual help list.732 * Filters the legacy contextual help list. 733 733 * 734 734 * @since 2.7.0 … … 744 744 745 745 /** 746 * Filter the legacy contextual help text.746 * Filters the legacy contextual help text. 747 747 * 748 748 * @since 2.7.0 … … 761 761 762 762 /** 763 * Filter the default legacy contextual help text.763 * Filters the default legacy contextual help text. 764 764 * 765 765 * @since 2.8.0 … … 850 850 851 851 /** 852 * Filter the array of screen layout columns.852 * Filters the array of screen layout columns. 853 853 * 854 854 * This hook provides back-compat for plugins using the back-compat 855 * filterinstead of add_screen_option().855 * Filters instead of add_screen_option(). 856 856 * 857 857 * @since 2.8.0 … … 930 930 931 931 /** 932 * Filter the screen settings text displayed in the Screen Options tab.932 * Filters the screen settings text displayed in the Screen Options tab. 933 933 * 934 934 * This filter is currently only used on the Widgets screen to enable … … 946 946 947 947 /** 948 * Filter whether to show the Screen Options tab.948 * Filters whether to show the Screen Options tab. 949 949 * 950 950 * @since 3.2.0 … … 996 996 997 997 /** 998 * Filter whether to show the Screen Options submit button.998 * Filters whether to show the Screen Options submit button. 999 999 * 1000 1000 * @since 4.4.0 … … 1205 1205 1206 1206 /** 1207 * Filter the post types that have different view mode options.1207 * Filters the post types that have different view mode options. 1208 1208 * 1209 1209 * @since 4.4.0
Note: See TracChangeset
for help on using the changeset viewer.