Changeset 37492 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 05/22/2016 06:14:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r37441 r37492 67 67 68 68 /** 69 * Filter the wp_editor() settings.69 * Filters the wp_editor() settings. 70 70 * 71 71 * @since 4.0.0 … … 242 242 243 243 /** 244 * Filter the HTML markup output that displays the editor.244 * Filters the HTML markup output that displays the editor. 245 245 * 246 246 * @since 2.1.0 … … 259 259 260 260 /** 261 * Filter the default editor content.261 * Filters the default editor content. 262 262 * 263 263 * @since 2.1.0 … … 334 334 335 335 /** 336 * Filter the Quicktags settings.336 * Filters the Quicktags settings. 337 337 * 338 338 * @since 3.3.0 … … 363 363 364 364 /** 365 * Filter the list of teenyMCE plugins.365 * Filters the list of teenyMCE plugins. 366 366 * 367 367 * @since 2.7.0 … … 374 374 375 375 /** 376 * Filter the list of TinyMCE external plugins.376 * Filters the list of TinyMCE external plugins. 377 377 * 378 378 * The filter takes an associative array of external plugins for … … 419 419 420 420 /** 421 * Filter the list of default TinyMCE plugins.421 * Filters the list of default TinyMCE plugins. 422 422 * 423 423 * The filter specifies which of the default plugins included … … 439 439 440 440 /** 441 * Filter the translations loaded for external TinyMCE 3.x plugins.441 * Filters the translations loaded for external TinyMCE 3.x plugins. 442 442 * 443 443 * The filter takes an associative array ('plugin_name' => 'path') … … 577 577 578 578 /** 579 * Filter the comma-delimited list of stylesheets to load in TinyMCE.579 * Filters the comma-delimited list of stylesheets to load in TinyMCE. 580 580 * 581 581 * @since 2.1.0 … … 592 592 593 593 /** 594 * Filter the list of teenyMCE buttons (Text tab).594 * Filters the list of teenyMCE buttons (Text tab). 595 595 * 596 596 * @since 2.7.0 … … 615 615 616 616 /** 617 * Filter the first-row list of TinyMCE buttons (Visual tab).617 * Filters the first-row list of TinyMCE buttons (Visual tab). 618 618 * 619 619 * @since 2.0.0 … … 631 631 632 632 /** 633 * Filter the second-row list of TinyMCE buttons (Visual tab).633 * Filters the second-row list of TinyMCE buttons (Visual tab). 634 634 * 635 635 * @since 2.0.0 … … 641 641 642 642 /** 643 * Filter the third-row list of TinyMCE buttons (Visual tab).643 * Filters the third-row list of TinyMCE buttons (Visual tab). 644 644 * 645 645 * @since 2.0.0 … … 651 651 652 652 /** 653 * Filter the fourth-row list of TinyMCE buttons (Visual tab).653 * Filters the fourth-row list of TinyMCE buttons (Visual tab). 654 654 * 655 655 * @since 2.5.0 … … 712 712 713 713 /** 714 * Filter the teenyMCE config before init.714 * Filters the teenyMCE config before init. 715 715 * 716 716 * @since 2.7.0 … … 723 723 724 724 /** 725 * Filter the TinyMCE config before init.725 * Filters the TinyMCE config before init. 726 726 * 727 727 * @since 2.5.0 … … 1090 1090 1091 1091 /** 1092 * Filter translated strings prepared for TinyMCE.1092 * Filters translated strings prepared for TinyMCE. 1093 1093 * 1094 1094 * @since 3.9.0 … … 1138 1138 1139 1139 /** 1140 * Filter "tiny_mce_version" is deprecated1140 * Filters "tiny_mce_version" is deprecated 1141 1141 * 1142 1142 * The tiny_mce_version filter is not needed since external plugins are loaded directly by TinyMCE. … … 1336 1336 1337 1337 /** 1338 * Filter the link query arguments.1338 * Filters the link query arguments. 1339 1339 * 1340 1340 * Allows modification of the link query arguments before querying. … … 1372 1372 1373 1373 /** 1374 * Filter the link query results.1374 * Filters the link query results. 1375 1375 * 1376 1376 * Allows modification of the returned link query results.
Note: See TracChangeset
for help on using the changeset viewer.