mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Correct erroneous class references in @see tags.
Props coffee2code. Fixes #43158. git-svn-id: https://develop.svn.wordpress.org/trunk@42630 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -73,7 +73,7 @@ final class _WP_Editors {
|
||||
*
|
||||
* @since 4.0.0
|
||||
*
|
||||
* @see _WP_Editors()::parse_settings()
|
||||
* @see _WP_Editors::parse_settings()
|
||||
*
|
||||
* @param array $settings Array of editor arguments.
|
||||
* @param string $editor_id ID for the current editor instance.
|
||||
@@ -151,7 +151,7 @@ final class _WP_Editors {
|
||||
* @static
|
||||
* @param string $content The initial content of the editor.
|
||||
* @param string $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers).
|
||||
* @param array $settings See _WP_Editors()::parse_settings() for description.
|
||||
* @param array $settings See _WP_Editors::parse_settings() for description.
|
||||
*/
|
||||
public static function editor( $content, $editor_id, $settings = array() ) {
|
||||
$set = self::parse_settings( $editor_id, $settings );
|
||||
|
||||
Reference in New Issue
Block a user