Changeset 32767 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 06/14/2015 06:55:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r32766 r32767 130 130 * @access public 131 131 * 132 * @return bool |voidIf preview() has been called.132 * @return bool If preview() has been called. 133 133 */ 134 134 public function is_current_blog_previewed() { 135 135 if ( ! isset( $this->_previewed_blog_id ) ) { 136 return ;136 return false; 137 137 } 138 138 return ( get_current_blog_id() === $this->_previewed_blog_id );
Note: See TracChangeset
for help on using the changeset viewer.