Changeset 42843 for trunk/src/wp-includes/widgets.php
- Timestamp:
- 03/18/2018 02:22:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r42710 r42843 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 816 * For more information on this and similar theme functions, check out 817 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 817 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 818 818 * Conditional Tags} article in the Theme Developer Handbook. 819 * 819 * 820 820 * @since 2.2.0 821 821 * … … 855 855 /** 856 856 * Determines whether the dynamic sidebar is enabled and used by the theme. 857 * 857 * 858 858 * For more information on this and similar theme functions, check out 859 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 859 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 860 860 * Conditional Tags} article in the Theme Developer Handbook. 861 * 861 * 862 862 * @since 2.2.0 863 863 * … … 884 884 /** 885 885 * Determines whether a sidebar is in use. 886 * 886 * 887 887 * For more information on this and similar theme functions, check out 888 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 888 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 889 889 * Conditional Tags} article in the Theme Developer Handbook. 890 * 890 * 891 891 * @since 2.8.0 892 892 *
Note: See TracChangeset
for help on using the changeset viewer.