Changeset 55398 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 02/21/2023 04:37:03 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r55276 r55398 1452 1452 * @param string $mce_locale The locale used for the editor. 1453 1453 * @param bool $json_only Optional. Whether to include the JavaScript calls to tinymce.addI18n() and 1454 * tinymce.ScriptLoader.markDone(). 1454 * tinymce.ScriptLoader.markDone(). Default false. 1455 1455 * @return string Translation object, JSON encoded. 1456 1456 */ … … 1752 1752 * @since 3.1.0 1753 1753 * 1754 * @param array $args Optional. Accepts 'pagenum' and 's' (search) arguments. 1754 * @param array $args { 1755 * Optional. Array of link query arguments. 1756 * 1757 * @type int $pagenum Page number. Default 1. 1758 * @type string $s Search keywords. 1759 * } 1755 1760 * @return array|false $results { 1756 1761 * An array of associative arrays of query results, false if there are none.
Note: See TracChangeset
for help on using the changeset viewer.