mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-08 19:20:03 +00:00
Docs: Correct various docblocks documentation.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46821 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4569,7 +4569,7 @@ final class WP_Customize_Manager {
|
||||
*
|
||||
* @since 4.7.0
|
||||
*
|
||||
* @returns array Allowed URLs.
|
||||
* @return array Allowed URLs.
|
||||
*/
|
||||
public function get_allowed_urls() {
|
||||
$allowed_urls = array( home_url( '/' ) );
|
||||
@@ -5700,7 +5700,7 @@ final class WP_Customize_Manager {
|
||||
*
|
||||
* @since 4.7.0
|
||||
*
|
||||
* @returns bool Whether there are published (or to be published) pages.
|
||||
* @return bool Whether there are published (or to be published) pages.
|
||||
*/
|
||||
public function has_published_pages() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user