Changeset 36250 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 01/10/2016 01:25:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r36185 r36250 351 351 * __get() magic method for properties formerly returned by current_theme_info() 352 352 * 353 * @return mixed 353 * @param string $offset Property to get. 354 * @return mixed Property value. 354 355 */ 355 356 public function __get( $offset ) {
Note: See TracChangeset
for help on using the changeset viewer.