- Timestamp:
- 07/27/2017 12:40:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-partial.php
r39674 r41162 23 23 * 24 24 * @since 4.5.0 25 * @access public26 25 * @var WP_Customize_Selective_Refresh 27 26 */ … … 35 34 * 36 35 * @since 4.5.0 37 * @access public38 36 * @var string 39 37 */ … … 44 42 * 45 43 * @since 4.5.0 46 * @access protected47 44 * @var array { 48 45 * @type string $base ID base. … … 56 53 * 57 54 * @since 4.5.0 58 * @access public59 55 * @var string 60 56 */ … … 65 61 * 66 62 * @since 4.5.0 67 * @access public68 63 * @var string 69 64 */ … … 73 68 * IDs for settings tied to the partial. 74 69 * 75 * @access public76 70 * @since 4.5.0 77 71 * @var array … … 85 79 * 86 80 * @since 4.5.0 87 * @access public88 81 * @var string 89 82 */ … … 97 90 * 98 91 * @since 4.5.0 99 * @access public100 92 * @var string 101 93 */ … … 106 98 * 107 99 * @since 4.5.0 108 * @access public109 100 * @see WP_Customize_Partial::render() 110 101 * @var callable Callback is called with one argument, the instance of … … 118 109 * 119 110 * @since 4.5.0 120 * @access public121 111 * @var bool 122 112 */ … … 129 119 * 130 120 * @since 4.5.0 131 * @access public132 121 * @var bool 133 122 */ … … 142 131 * 143 132 * @since 4.5.0 144 * @access public145 133 * 146 134 * @param WP_Customize_Selective_Refresh $component Customize Partial Refresh plugin instance. … … 185 173 * 186 174 * @since 4.5.0 187 * @access public188 175 * 189 176 * @return array { … … 202 189 * 203 190 * @since 4.5.0 204 * @access public205 191 * 206 192 * @param array $container_context Optional. Array of context data associated with the target container (placement). … … 271 257 * 272 258 * @since 4.5.0 273 * @access public274 259 * 275 260 * @param WP_Customize_Partial $partial Partial. … … 286 271 * 287 272 * @since 4.5.0 288 * @access public289 273 * 290 274 * @return array Array of parameters passed to the JavaScript. … … 309 293 * 310 294 * @since 4.5.0 311 * @access public312 295 * 313 296 * @return bool False if user can't edit one one of the related settings,
Note: See TracChangeset
for help on using the changeset viewer.