Make WordPress Core


Ignore:
Timestamp:
10/11/2018 03:47:44 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Customize: Revert [43611] from the 4.9 branch.

This change is out of the 4.9.x scope, and will be reintroduced in 5.0.x.

See #44770.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

    • Property svn:mergeinfo changed
      /trunkreverse-merged: 43561
  • branches/4.9/src/wp-includes/class-wp-customize-widgets.php

    r43611 r43701  
    19541954
    19551955                        /** This filter is documented in wp-includes/option.php */
    1956                         $value = apply_filters( 'option_' . $option_name, $value, $option_name );
     1956                        $value = apply_filters( 'option_' . $option_name, $value );
    19571957                }
    19581958
Note: See TracChangeset for help on using the changeset viewer.