We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@return
get_theme_mod()
1 parent 0f98254 commit 9b0d68aCopy full SHA for 9b0d68a
wp-includes/theme.php
@@ -890,7 +890,7 @@ function get_theme_mods() {
890
*
891
* @param string $name Theme modification name.
892
* @param bool|string $default
893
- * @return string
+ * @return mixed
894
*/
895
function get_theme_mod( $name, $default = false ) {
896
$mods = get_theme_mods();
wp-includes/version.php
@@ -13,7 +13,7 @@
13
14
* @global string $wp_version
15
16
-$wp_version = '5.1-beta1-44612';
+$wp_version = '5.1-beta1-44613';
17
18
/**
19
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
0 commit comments