- Timestamp:
- 07/27/2017 12:40:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-text-diff-renderer-table.php
r40971 r41162 19 19 * @see Text_Diff_Renderer::_leading_context_lines 20 20 * @var int 21 * @access public22 21 * @since 2.6.0 23 22 */ … … 27 26 * @see Text_Diff_Renderer::_trailing_context_lines 28 27 * @var int 29 * @access public30 28 * @since 2.6.0 31 29 */ … … 36 34 * 37 35 * @var float 38 * @access protected39 36 * @since 2.6.0 40 37 */ … … 45 42 * 46 43 * @var string 47 * @access protected48 44 * @since 2.6.0 49 45 */ … … 54 50 * 55 51 * @var string 56 * @access protected57 52 * @since 3.6.0 58 53 */ … … 137 132 /** 138 133 * @ignore 139 * @access public140 134 * 141 135 * @param array $lines … … 176 170 /** 177 171 * @ignore 178 * @access public179 172 * 180 173 * @param array $lines … … 203 196 /** 204 197 * @ignore 205 * @access public206 198 * 207 199 * @param array $lines … … 233 225 * We do additional processing to figure that out 234 226 * 235 * @access public236 227 * @since 2.6.0 237 228 * … … 321 312 * 322 313 * @since 2.6.0 323 * @access public324 314 * 325 315 * @param array $orig Lines of the original version of the text. … … 467 457 * 468 458 * @since 4.0.0 469 * @access public470 459 * 471 460 * @param string $name Property to get. … … 482 471 * 483 472 * @since 4.0.0 484 * @access public485 473 * 486 474 * @param string $name Property to check if set. … … 498 486 * 499 487 * @since 4.0.0 500 * @access public501 488 * 502 489 * @param string $name Property to check if set. … … 513 500 * 514 501 * @since 4.0.0 515 * @access public516 502 * 517 503 * @param string $name Property to unset.
Note: See TracChangeset
for help on using the changeset viewer.