diff --git a/wp-includes/default-filters.php b/wp-includes/default-filters.php index 7fba5ea36..3fc94e877 100644 --- a/wp-includes/default-filters.php +++ b/wp-includes/default-filters.php @@ -136,6 +136,7 @@ add_filter('comment_email', 'antispambot'); // Actions add_action('wp_head', 'rsd_link'); +add_action('wp_head', 'wlwmanifest_link'); add_action('wp_head', 'locale_stylesheet'); add_action('publish_future_post', 'wp_publish_post', 10, 1); add_action('wp_head', 'noindex', 1); @@ -165,4 +166,4 @@ add_action('template_redirect', 'wp_old_slug_redirect'); add_action('edit_post', 'wp_check_for_changed_slugs'); add_action('edit_form_advanced', 'wp_remember_old_slug'); -?> \ No newline at end of file +?> diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index d0499d2c2..2d13616e7 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -829,6 +829,11 @@ function rsd_link() { echo ' \n"; } +function wlwmanifest_link() { + echo ' '; +} + function noindex() { // If the blog is not public, tell robots to go away. if ( '0' == get_option('blog_public') ) diff --git a/wp-includes/images/wlw/WpComments.png b/wp-includes/images/wlw/WpComments.png new file mode 100644 index 000000000..981b1af59 Binary files /dev/null and b/wp-includes/images/wlw/WpComments.png differ diff --git a/wp-includes/images/wlw/WpIcon.png b/wp-includes/images/wlw/WpIcon.png new file mode 100644 index 000000000..cd94ee3b2 Binary files /dev/null and b/wp-includes/images/wlw/WpIcon.png differ diff --git a/wp-includes/images/wlw/WpWatermark.png b/wp-includes/images/wlw/WpWatermark.png new file mode 100644 index 000000000..c312a7256 Binary files /dev/null and b/wp-includes/images/wlw/WpWatermark.png differ diff --git a/wp-includes/wlwmanifest.xml b/wp-includes/wlwmanifest.xml new file mode 100644 index 000000000..ea512084c --- /dev/null +++ b/wp-includes/wlwmanifest.xml @@ -0,0 +1,43 @@ + + + + + + WordPress + Yes + + + + WordPress + images/wlw/WpIcon.png + images/wlw/WpWatermark.png + View site + Dashboard + + + + + + + + + + + + + + +