- 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-themes-list-table.php
r29118 r29137 115 115 } 116 116 117 p rotectedfunction display_rows_or_placeholder() {117 public function display_rows_or_placeholder() { 118 118 if ( $this->has_items() ) { 119 119 $this->display_rows(); … … 125 125 } 126 126 127 p rotectedfunction display_rows() {127 public function display_rows() { 128 128 $themes = $this->items; 129 129 … … 244 244 * 245 245 * @since 3.4.0 246 * @access p rivate246 * @access public 247 247 * 248 248 * @uses $this->features Array of all feature search terms. … … 250 250 * @uses _pagination_args['total_pages'] 251 251 */ 252 p rivatefunction _js_vars( $extra_args = array() ) {252 public function _js_vars( $extra_args = array() ) { 253 253 $search_string = isset( $_REQUEST['s'] ) ? esc_attr( wp_unslash( $_REQUEST['s'] ) ) : ''; 254 254
Note: See TracChangeset
for help on using the changeset viewer.