Changeset 30292
- Timestamp:
- 11/09/2014 12:03:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r30105 r30292 633 633 */ 634 634 public function __get( $name ) { 635 if ( 'col_info' == $name )635 if ( 'col_info' === $name ) 636 636 $this->load_col_info(); 637 637
Note: See TracChangeset
for help on using the changeset viewer.