Changeset 46685 for trunk/src/wp-admin/includes/class-wp-screen.php
- Timestamp:
- 11/09/2019 01:03:02 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/class-wp-screen.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r46684 r46685 791 791 * 792 792 * @since 2.7.0 793 * @deprecated 3.3.0 Use get_current_screen()->add_help_tab()or794 * get_current_screen()->remove_help_tab()instead.793 * @deprecated 3.3.0 Use {@see get_current_screen()->add_help_tab()} or 794 * {@see get_current_screen()->remove_help_tab()} instead. 795 795 * 796 796 * @param array $old_compat_help Old contextual help. … … 810 810 * 811 811 * @since 2.7.0 812 * @deprecated 3.3.0 Use get_current_screen()->add_help_tab()or813 * get_current_screen()->remove_help_tab()instead.812 * @deprecated 3.3.0 Use {@see get_current_screen()->add_help_tab()} or 813 * {@see get_current_screen()->remove_help_tab()} instead. 814 814 * 815 815 * @param string $old_help Help text that appears on the screen. … … 831 831 * 832 832 * @since 2.8.0 833 * @deprecated 3.3.0 Use get_current_screen()->add_help_tab()or834 * get_current_screen()->remove_help_tab()instead.833 * @deprecated 3.3.0 Use {@see get_current_screen()->add_help_tab()} or 834 * {@see get_current_screen()->remove_help_tab()} instead. 835 835 * 836 836 * @param string $old_help_default Default contextual help text.
Note: See TracChangeset
for help on using the changeset viewer.