- Timestamp:
- 07/13/2014 10:08:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r29002 r29137 177 177 } 178 178 179 p rotectedfunction display_rows() {179 public function display_rows() { 180 180 $themes = $this->items; 181 181 foreach ( $themes as $theme ) { … … 208 208 * public 'download_link' => string 'http://wordpress.org/themes/download/magazine-basic.1.1.zip' 209 209 */ 210 p rotectedfunction single_row( $theme ) {210 public function single_row( $theme ) { 211 211 global $themes_allowedtags; 212 212 … … 397 397 * 398 398 * @since 3.4.0 399 * @access p rivate399 * @access public 400 400 * 401 401 * @uses $tab Global; current tab within Themes->Install screen 402 402 * @uses $type Global; type of search. 403 403 */ 404 p rivatefunction _js_vars( $extra_args = array() ) {404 public function _js_vars( $extra_args = array() ) { 405 405 global $tab, $type; 406 406 parent::_js_vars( compact( 'tab', 'type' ) );
Note: See TracChangeset
for help on using the changeset viewer.