Changeset 30681 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 12/01/2014 01:33:34 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-editor.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r30670 r30681 251 251 } 252 252 253 /** 254 * @param string $editor_id 255 * @param array $set 256 */ 253 257 public static function editor_settings($editor_id, $set) { 254 258 $first_run = false; … … 757 761 * @param string $mce_locale The locale used for the editor. 758 762 * @param bool $json_only optional Whether to include the Javascript calls to tinymce.addI18n() and tinymce.ScriptLoader.markDone(). 759 * @return The translation object, JSON encoded.763 * @return string Translation object, JSON encoded. 760 764 */ 761 765 public static function wp_mce_translation( $mce_locale = '', $json_only = false ) { … … 1329 1333 * 1330 1334 * @param array $args Optional. Accepts 'pagenum' and 's' (search) arguments. 1331 * @return array Results.1335 * @return false|array Results. 1332 1336 */ 1333 1337 public static function wp_link_query( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.