Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36964, comment 9


Ignore:
Timestamp:
08/24/2016 05:49:51 PM (8 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36964, comment 9

    initial v1  
    77$show_admin_popular_items = apply_filters( 'show_admin_popular_items_tag_cloud', false, $taxonomy );
    88
    9 if ( ! is_null( $tax->labels->popular_items ) && true === $$show_admin_popular_items ) {
     9if ( ! is_null( $tax->labels->popular_items ) && true === $show_admin_popular_items ) {
    1010}}}