- Timestamp:
- 07/27/2017 12:40:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-custom-css-setting.php
r40073 r41162 23 23 * 24 24 * @since 4.7.0 25 * @access public26 25 * @var string 27 26 */ … … 32 31 * 33 32 * @since 4.7.0 34 * @access public35 33 * @var string 36 34 */ … … 41 39 * 42 40 * @since 4.7.0 43 * @access public44 41 * @var string 45 42 */ … … 50 47 * 51 48 * @since 4.7.0 52 * @access public53 49 * @var string 54 50 */ … … 59 55 * 60 56 * @since 4.7.0 61 * @access public62 57 * 63 58 * @throws Exception If the setting ID does not match the pattern `custom_css[$stylesheet]`. … … 83 78 * 84 79 * @since 4.7.9 85 * @access public86 80 * 87 81 * @return bool False when preview short-circuits due no change needing to be previewed. … … 102 96 * 103 97 * @since 4.7.0 104 * @access private105 98 * @see wp_get_custom_css() 106 99 * … … 123 116 * 124 117 * @since 4.7.0 125 * @access public126 118 * @see WP_Customize_Setting::value() 127 119 * … … 160 152 * 161 153 * @since 4.7.0 162 * @access public163 154 * 164 155 * @param string $css The input string. … … 270 261 * 271 262 * @since 4.7.0 272 * @access public273 263 * 274 264 * @param string $css The input value. … … 307 297 * 308 298 * @since 4.7.0 309 * @access private310 299 * 311 300 * @param string $opening_char The opening character. … … 329 318 * 330 319 * @since 4.7.0 331 * @access private332 320 * 333 321 * @param string $char A character. … … 348 336 * 349 337 * @since 4.7.0 350 * @access private351 338 * 352 339 * @param string $css The CSS input string. … … 393 380 * 394 381 * @since 4.7.0 395 * @access private396 382 * 397 383 * @param string $css The CSS input string.
Note: See TracChangeset
for help on using the changeset viewer.