Changeset 7301 for trunk/wp-app.php
- Timestamp:
- 03/14/2008 08:01:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r6726 r7301 175 175 } 176 176 $atom_prefix="atom"; 177 $atom_blogname=get_bloginfo('name'); 177 178 $service_doc = <<<EOD 178 179 <service xmlns="$this->ATOMPUB_NS" xmlns:$atom_prefix="$this->ATOM_NS"> 179 180 <workspace> 180 <$atom_prefix:title> WordPressWorkspace</$atom_prefix:title>181 <$atom_prefix:title>$atom_blogname Workspace</$atom_prefix:title> 181 182 <collection href="$entries_url"> 182 <$atom_prefix:title> WordPressPosts</$atom_prefix:title>183 <$atom_prefix:title>$atom_blogname Posts</$atom_prefix:title> 183 184 <accept>$this->ATOM_CONTENT_TYPE;type=entry</accept> 184 185 <categories href="$categories_url" /> 185 186 </collection> 186 187 <collection href="$media_url"> 187 <$atom_prefix:title> WordPressMedia</$atom_prefix:title>188 <$atom_prefix:title>$atom_blogname Media</$atom_prefix:title> 188 189 $accepted_media_types 189 190 </collection>
Note: See TracChangeset
for help on using the changeset viewer.