Changeset 47023
- Timestamp:
- 12/31/2019 01:29:42 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r47022 r47023 1025 1025 1026 1026 /** 1027 * Returns the TinyMCE locale. 1028 * 1027 1029 * @since 4.8.0 1030 * 1031 * @return string 1028 1032 */ 1029 1033 public static function get_mce_locale() { … … 1037 1041 1038 1042 /** 1043 * Returns the TinyMCE base URL. 1044 * 1039 1045 * @since 4.8.0 1046 * 1047 * @return string 1040 1048 */ 1041 1049 public static function get_baseurl() {
Note: See TracChangeset
for help on using the changeset viewer.