Make WordPress Core


Ignore:
Timestamp:
05/01/2007 01:58:18 AM (19 years ago)
Author:
rob1n
Message:

New way of loading widgets that works with PHP 5. Thanks to filosofo for testing. see #4169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/wp-includes/widgets.php

    r5360 r5363  
    11<?php
    2 
    3 /*
    4     Check if another widget plugin is active. If this is so,
    5     then bail out.
    6 */
    7 
    8 if ( function_exists( 'dynamic_sidebars' ) ) {
    9     return;
    10 }
    112
    123/* Global Variables */
Note: See TracChangeset for help on using the changeset viewer.