Changeset 19644
- Timestamp:
- 01/02/2012 09:37:16 PM (9 years ago)
- Location:
- branches/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3
-
branches/3.3/wp-includes/capabilities.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/3.3/wp-includes/class-wp-admin-bar.php
r19559 r19644 197 197 public function render() { 198 198 $root = $this->_bind(); 199 $this->_render( $root ); 199 if ( $root ) 200 $this->_render( $root ); 200 201 } 201 202
Note: See TracChangeset
for help on using the changeset viewer.