- 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-selective-refresh.php
r40804 r41162 26 26 * 27 27 * @since 4.5.0 28 * @access public29 28 * @var WP_Customize_Manager 30 29 */ … … 35 34 * 36 35 * @since 4.5.0 37 * @access protected38 36 * @var WP_Customize_Partial[] 39 37 */ … … 44 42 * 45 43 * @since 4.5.0 46 * @access protected47 44 * @var array 48 45 */ … … 53 50 * 54 51 * @since 4.5.0 55 * @access protected56 52 * @var string 57 53 */ … … 62 58 * 63 59 * @since 4.5.0 64 * @access public65 60 * 66 61 * @param WP_Customize_Manager $manager Manager instance. … … 77 72 * 78 73 * @since 4.5.0 79 * @access public80 74 * 81 75 * @return array Partials. … … 137 131 * 138 132 * @since 4.5.0 139 * @access public140 133 * 141 134 * @param string $id Customize Partial ID. … … 154 147 * 155 148 * @since 4.5.0 156 * @access public157 149 * 158 150 * @param string $id Customize Partial ID. … … 166 158 * 167 159 * @since 4.5.0 168 * @access public169 160 */ 170 161 public function init_preview() { … … 177 168 * 178 169 * @since 4.5.0 179 * @access public180 170 */ 181 171 public function enqueue_preview_scripts() { … … 188 178 * 189 179 * @since 4.5.0 190 * @access public191 180 */ 192 181 public function export_preview_data() { … … 227 216 * 228 217 * @since 4.5.0 229 * @access public230 218 * 231 219 * @see WP_Customize_Manager::add_dynamic_settings() … … 293 281 * 294 282 * @since 4.5.0 295 * @access public296 283 * 297 284 * @return bool Whether the request is for rendering partials. … … 307 294 * 308 295 * @since 4.5.0 309 * @access public310 296 * 311 297 * @param int $errno Error number. … … 330 316 * 331 317 * @since 4.5.0 332 * @access public333 318 */ 334 319 public function handle_render_partials_request() {
Note: See TracChangeset
for help on using the changeset viewer.