- Timestamp:
- 12/01/2014 12:32:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r30105 r30679 96 96 } 97 97 98 /** 99 * @param string $which 100 * @return null 101 */ 98 102 public function tablenav( $which = 'top' ) { 99 103 if ( $this->get_pagination_arg( 'total_pages' ) <= 1 ) … … 220 224 } 221 225 226 /** 227 * @param WP_Theme $theme 228 * @return bool 229 */ 222 230 public function search_theme( $theme ) { 223 231 // Search the features … … 256 264 * @since 3.4.0 257 265 * @access public 266 * 267 * @param array $extra_args 258 268 */ 259 269 public function _js_vars( $extra_args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.