Changeset 31101
- Timestamp:
- 01/08/2015 09:19:24 PM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r31042 r31101 148 148 public function no_items() { 149 149 _e( 'No media attachments found.' ); 150 }151 152 /**153 * @param string $which154 */155 protected function pagination( $which ) {156 parent::pagination( $which );157 150 } 158 151 -
trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
r31090 r31101 318 318 public $plugin_info = array(); // Plugin_Upgrader::bulk() will fill this in. 319 319 320 public function __construct($args = array()) {321 parent::__construct($args);322 }323 324 320 public function add_strings() { 325 321 parent::add_strings(); … … 361 357 class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin { 362 358 public $theme_info = array(); // Theme_Upgrader::bulk() will fill this in. 363 364 public function __construct($args = array()) {365 parent::__construct($args);366 }367 359 368 360 public function add_strings() { -
trunk/src/wp-includes/class-wp-customize-control.php
r31083 r31101 935 935 } 936 936 937 public function to_json() {938 parent::to_json();939 }940 941 937 public function enqueue() { 942 938 wp_enqueue_media();
Note: See TracChangeset
for help on using the changeset viewer.