Changeset 32965 for trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
- Timestamp:
- 06/27/2015 01:11:45 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
r32781 r32965 948 948 */ 949 949 public function footer() { 950 $output = ob_get_c ontents();950 $output = ob_get_clean(); 951 951 if ( ! empty( $output ) ) 952 952 $this->feedback( $output ); 953 ob_end_clean();954 953 } 955 954 }
Note: See TracChangeset
for help on using the changeset viewer.