Changes from branches/3.3/wp-includes/class-wp-admin-bar.php at r19644 to trunk/wp-includes/class-wp-admin-bar.php at r19559
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-admin-bar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-admin-bar.php
r19644 r19559 197 197 public function render() { 198 198 $root = $this->_bind(); 199 if ( $root ) 200 $this->_render( $root ); 199 $this->_render( $root ); 201 200 } 202 201
Note: See TracChangeset
for help on using the changeset viewer.