Changeset 41162 for trunk/src/wp-includes/class-wp-customize-panel.php
- Timestamp:
- 07/27/2017 12:40:27 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-panel.php
r40395 r41162 27 27 * 28 28 * @static 29 * @access protected30 29 * @var int 31 30 */ … … 36 35 * 37 36 * @since 4.1.0 38 * @access public39 37 * @var int 40 38 */ … … 45 43 * 46 44 * @since 4.0.0 47 * @access public48 45 * @var WP_Customize_Manager 49 46 */ … … 54 51 * 55 52 * @since 4.0.0 56 * @access public57 53 * @var string 58 54 */ … … 63 59 * 64 60 * @since 4.0.0 65 * @access public66 61 * @var integer 67 62 */ … … 72 67 * 73 68 * @since 4.0.0 74 * @access public75 69 * @var string 76 70 */ … … 81 75 * 82 76 * @since 4.0.0 83 * @access public84 77 * @var string|array 85 78 */ … … 90 83 * 91 84 * @since 4.0.0 92 * @access public93 85 * @var string 94 86 */ … … 99 91 * 100 92 * @since 4.0.0 101 * @access public102 93 * @var string 103 94 */ … … 108 99 * 109 100 * @since 4.7.4 110 * @access public111 101 * @var bool 112 102 */ … … 117 107 * 118 108 * @since 4.0.0 119 * @access public120 109 * @var array 121 110 */ … … 126 115 * 127 116 * @since 4.1.0 128 * @access public129 117 * @var string 130 118 */ … … 135 123 * 136 124 * @since 4.1.0 137 * @access public138 125 * 139 126 * @see WP_Customize_Section::active() … … 180 167 * 181 168 * @since 4.1.0 182 * @access public183 169 * 184 170 * @return bool Whether the panel is active to the current preview. … … 208 194 * 209 195 * @since 4.1.0 210 * @access public211 196 * 212 197 * @return bool Always true. … … 304 289 * 305 290 * @since 4.0.0 306 * @access protected307 291 */ 308 292 protected function render() {} … … 314 298 * 315 299 * @since 4.1.0 316 * @access protected317 300 */ 318 301 protected function render_content() {} … … 348 331 * 349 332 * @since 4.3.0 350 * @access protected351 333 */ 352 334 protected function render_template() { … … 371 353 * 372 354 * @since 4.3.0 373 * @access protected374 355 */ 375 356 protected function content_template() {
Note: See TracChangeset
for help on using the changeset viewer.