Changeset 5897 for sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-base/lib/structure/class-wcb-content.php
- Timestamp:
- 09/08/2017 07:02:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-base/lib/structure/class-wcb-content.php
r158 r5897 4 4 var $open = false; 5 5 6 function WCB_Content( $args ) {6 function __construct( $args ) { 7 7 // $args = wp_parse_args( $args, array( 'id' => 'main' ) ); 8 parent:: WCB_Container( $args );8 parent::__construct( $args ); 9 9 } 10 10
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)