Changeset 32654 for trunk/src/wp-admin/custom-background.php
- Timestamp:
- 05/29/2015 08:16:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-background.php
r32116 r32654 109 109 */ 110 110 public function take_action() { 111 112 111 if ( empty($_POST) ) 113 112 return; … … 358 357 */ 359 358 public function handle_upload() { 360 361 359 if ( empty($_FILES) ) 362 360 return; … … 435 433 * @since 3.4.0 436 434 * @deprecated 3.5.0 435 * 436 * @param array $form_fields 437 * @return $form_fields 437 438 */ 438 439 public function attachment_fields_to_edit( $form_fields ) { … … 444 445 * @since 3.4.0 445 446 * @deprecated 3.5.0 447 * 448 * @param $tabs 449 * @return $tabs 446 450 */ 447 451 public function filter_upload_tabs( $tabs ) {
Note: See TracChangeset
for help on using the changeset viewer.