[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/ -> wlwmanifest.xml (source)

   1  <?xml version="1.0" encoding="utf-8" ?>
   2  
   3  <manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
   4  
   5    <options>
   6      <clientType>WordPress</clientType>
   7      <supportsKeywords>Yes</supportsKeywords>
   8      <supportsGetTags>Yes</supportsGetTags>
   9    </options>
  10  
  11    <weblog>
  12      <serviceName>WordPress</serviceName>
  13      <imageUrl>images/wlw/wp-icon.png</imageUrl>
  14      <watermarkImageUrl>images/wlw/wp-watermark.png</watermarkImageUrl>
  15      <homepageLinkText>View site</homepageLinkText>
  16      <adminLinkText>Dashboard</adminLinkText>
  17      <adminUrl>
  18        <![CDATA[
  19              {blog-postapi-url}/../wp-admin/
  20          ]]>
  21      </adminUrl>
  22      <postEditingUrl>
  23        <![CDATA[
  24              {blog-postapi-url}/../wp-admin/post.php?action=edit&post={post-id}
  25          ]]>
  26      </postEditingUrl>
  27    </weblog>
  28  
  29    <buttons>
  30      <button>
  31        <id>0</id>
  32        <text>Manage Comments</text>
  33        <imageUrl>images/wlw/wp-comments.png</imageUrl>
  34        <clickUrl>
  35          <![CDATA[
  36                  {blog-postapi-url}/../wp-admin/edit-comments.php
  37              ]]>
  38        </clickUrl>
  39      </button>
  40  
  41    </buttons>
  42  
  43  </manifest>


Generated : Tue Apr 4 08:20:01 2023 Cross-referenced by PHPXref