mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Further improve documentation of known return types, plus other docs fixes.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46661 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -436,8 +436,8 @@ final class WP_Customize_Manager {
|
||||
*
|
||||
* @since 3.4.0
|
||||
*
|
||||
* @param mixed $ajax_message Ajax return
|
||||
* @param mixed $message UI message
|
||||
* @param string|WP_Error $ajax_message Ajax return.
|
||||
* @param string $message Optional. UI message.
|
||||
*/
|
||||
protected function wp_die( $ajax_message, $message = null ) {
|
||||
if ( $this->doing_ajax() ) {
|
||||
|
||||
Reference in New Issue
Block a user