Make WordPress Core


Ignore:
Timestamp:
03/18/2018 02:22:09 PM (7 years ago)
Author:
ocean90
Message:

Pinking shears.

See #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets.php

    r42710 r42843  
    813813 * NOTE: $widget_id and $id_base are the same for single widgets. To be effective
    814814 * this function has to run after widgets have initialized, at action {@see 'init'} or later.
    815  * 
     815 *
    816816 * 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/
    818818 * Conditional Tags} article in the Theme Developer Handbook.
    819  * 
     819 *
    820820 * @since 2.2.0
    821821 *
     
    855855/**
    856856 * Determines whether the dynamic sidebar is enabled and used by the theme.
    857  * 
     857 *
    858858 * 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/
    860860 * Conditional Tags} article in the Theme Developer Handbook.
    861  * 
     861 *
    862862 * @since 2.2.0
    863863 *
     
    884884/**
    885885 * Determines whether a sidebar is in use.
    886  * 
     886 *
    887887 * 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/
    889889 * Conditional Tags} article in the Theme Developer Handbook.
    890  * 
     890 *
    891891 * @since 2.8.0
    892892 *
Note: See TracChangeset for help on using the changeset viewer.