Changeset 42746 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 02/25/2018 08:21:37 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-editor.php (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r42630 r42746 36 36 * Parse default arguments for the editor instance. 37 37 * 38 * @static39 38 * @param string $editor_id ID for the current editor instance. 40 39 * @param array $settings { … … 149 148 * Outputs the HTML for a single instance of the editor. 150 149 * 151 * @static152 150 * @param string $content The initial content of the editor. 153 151 * @param string $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers). … … 308 306 309 307 /** 310 * @static311 *312 308 * @global string $tinymce_version 313 309 * … … 734 730 735 731 /** 736 * @static737 732 * @param array $init 738 733 * @return string … … 761 756 762 757 /** 763 * @static764 *765 758 * @param bool $default_scripts Optional. Whether default scripts should be enqueued. Default false. 766 759 */ … … 1339 1332 * or as JS snippet that should run after tinymce.js is loaded. 1340 1333 * 1341 * @static1342 1334 * @param string $mce_locale The locale used for the editor. 1343 1335 * @param bool $json_only optional Whether to include the JavaScript calls to tinymce.addI18n() and tinymce.ScriptLoader.markDone(). … … 1399 1391 * @since 4.8.0 1400 1392 * 1401 * @static1402 1393 * @global string $tinymce_version 1403 1394 * @global bool $concatenate_scripts … … 1440 1431 * Print (output) the TinyMCE configuration and initialization scripts. 1441 1432 * 1442 * @static1443 1433 * @global string $tinymce_version 1444 1434 */ … … 1596 1586 * @since 3.2.0 1597 1587 * @deprecated 4.3.0 1598 *1599 * @static1600 1588 */ 1601 1589 public static function wp_fullscreen_html() { … … 1608 1596 * @since 3.1.0 1609 1597 * 1610 * @static1611 1598 * @param array $args Optional. Accepts 'pagenum' and 's' (search) arguments. 1612 1599 * @return false|array Results. … … 1698 1685 * 1699 1686 * @since 3.1.0 1700 *1701 * @static1702 1687 */ 1703 1688 public static function wp_link_dialog() {
Note: See TracChangeset
for help on using the changeset viewer.