Changeset 42710 for trunk/src/wp-includes/widgets.php
- Timestamp:
- 02/13/2018 04:53:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r42374 r42710 802 802 803 803 /** 804 * Whetherwidget is displayed on the front end.804 * Determines whether a given widget is displayed on the front end. 805 805 * 806 806 * Either $callback or $id_base can be used … … 813 813 * NOTE: $widget_id and $id_base are the same for single widgets. To be effective 814 814 * this function has to run after widgets have initialized, at action {@see 'init'} or later. 815 * 815 * 816 * For more information on this and similar theme functions, check out 817 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 818 * Conditional Tags} article in the Theme Developer Handbook. 819 * 816 820 * @since 2.2.0 817 821 * … … 850 854 851 855 /** 852 * Whether the dynamic sidebar is enabled and used by theme. 853 * 856 * Determines whether the dynamic sidebar is enabled and used by the theme. 857 * 858 * For more information on this and similar theme functions, check out 859 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 860 * Conditional Tags} article in the Theme Developer Handbook. 861 * 854 862 * @since 2.2.0 855 863 * … … 875 883 876 884 /** 877 * Whether a sidebar is in use. 878 * 885 * Determines whether a sidebar is in use. 886 * 887 * For more information on this and similar theme functions, check out 888 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 889 * Conditional Tags} article in the Theme Developer Handbook. 890 * 879 891 * @since 2.8.0 880 892 *
Note: See TracChangeset
for help on using the changeset viewer.