Changeset 13377
- Timestamp:
- 02/24/2010 07:07:21 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/custom-navigation.dev.css
r13375 r13377 3 3 * Interface CSS 4 4 * 5 * @author Jeffikus <pearce.jp@gmail.com>6 5 * @version 1.1.0 7 6 * -
trunk/wp-admin/import/blogware.php
r12985 r13377 5 5 * @package WordPress 6 6 * @subpackage Importer 7 * @author Shayne Sweeney8 * @link http://www.theshayne.com/9 7 */ 10 8 -
trunk/wp-admin/import/dotclear.php
r13311 r13377 5 5 * @package WordPress 6 6 * @subpackage Importer 7 * @author Thomas Quinot8 * @link http://thomas.quinot.org/9 7 */ 10 8 -
trunk/wp-admin/import/opml.php
r13306 r13377 3 3 * Links Import Administration Panel. 4 4 * 5 * @copyright 2002 Mike Little <mike@zed1.com>6 * @author Mike Little <mike@zed1.com>7 5 * @package WordPress 8 6 * @subpackage Administration -
trunk/wp-admin/includes/user.php
r13242 r13377 485 485 * 486 486 * @since unknown 487 * @author Mark Jaquith488 487 */ 489 488 class WP_User_Search { -
trunk/wp-admin/js/custom-navigation-default-items.dev.js
r13372 r13377 3 3 * Interface JQuery functions 4 4 * 5 * @author Jeffikus <pearce.jp@gmail.com>6 5 * @version 1.1.0 7 6 * -
trunk/wp-admin/js/custom-navigation-dynamic-functions.dev.js
r13375 r13377 3 3 * Interface JS functions 4 4 * 5 * @author Jeffikus <pearce.jp@gmail.com>6 5 * @version 1.1.0 7 6 * -
trunk/wp-admin/nav-menus.php
r13375 r13377 4 4 * Interface functions 5 5 * 6 * @author Jeffikus <pearce.jp@gmail.com>7 6 * @version 1.1.0 8 7 * -
trunk/wp-app.php
r13113 r13377 3 3 * Atom Publishing Protocol support for WordPress 4 4 * 5 * @author Original by Elias Torres <http://torrez.us/archives/2006/08/31/491/>6 * @author Modified by Dougal Campbell <http://dougal.gunters.org/>7 5 * @version 1.0.5-dc 8 6 */ -
trunk/wp-content/plugins/hello.php
r11665 r13377 2 2 /** 3 3 * @package Hello_Dolly 4 * @author Matt Mullenweg5 4 * @version 1.5.1 6 5 */ -
trunk/wp-includes/canonical.php
r13268 r13377 6 6 * by Mark Jaquith 7 7 * 8 * @author Scott Yang9 * @author Mark Jaquith10 8 * @package WordPress 11 9 * @since 2.3.0 -
trunk/wp-includes/class-http.php
r13302 r13377 10 10 * @subpackage HTTP 11 11 * @since 2.7.0 12 * @author Jacob Santos <wordpress@santosj.name>13 12 */ 14 13 … … 1642 1641 * @subpackage HTTP 1643 1642 * @since 2.8.0 1644 * @author Beau Lebens1645 1643 */ 1646 1644 class WP_Http_Cookie { -
trunk/wp-includes/deprecated.php
r13326 r13377 1033 1033 * $wpdb->linkcategories and output it as a nested HTML unordered list. 1034 1034 * 1035 * @author Dougal1036 1035 * @since 1.0.1 1037 1036 * @deprecated 2.1 … … 1076 1075 /** 1077 1076 * Show the link to the links popup and the number of links. 1078 *1079 * @author Fullo1080 * @link http://sprite.csr.unibo.it/fullo/1081 1077 * 1082 1078 * @since 0.71 -
trunk/wp-includes/general-template.php
r13366 r13377 795 795 * 796 796 * @since 1.0.0 797 * @author Orien798 * @link http://icecode.com/ link navigation hack by Orien799 797 * 800 798 * @param string $url URL to archive. -
trunk/wp-includes/http.php
r13274 r13377 10 10 * @subpackage HTTP 11 11 * @since 2.7.0 12 * @author Jacob Santos <wordpress@santosj.name>13 12 */ 14 13 -
trunk/wp-includes/media.php
r13145 r13377 603 603 * dynamically add/remove itself so as to only filter post thumbnail thumbnails 604 604 * 605 * @author Mark Jaquith606 605 * @since 2.9.0 607 606 * @param array $attr Attributes including src, class, alt, title … … 616 615 * Adds _wp_post_thumbnail_class_filter to the wp_get_attachment_image_attributes filter 617 616 * 618 * @author Mark Jaquith619 617 * @since 2.9.0 620 618 */ … … 626 624 * Removes _wp_post_thumbnail_class_filter from the wp_get_attachment_image_attributes filter 627 625 * 628 * @author Mark Jaquith629 626 * @since 2.9.0 630 627 */ -
trunk/wp-includes/rewrite.php
r12733 r13377 201 201 * @access private 202 202 * @since 2.6.0 203 * @author Mark Jaquith204 203 * 205 204 * @param string $base The taxonomy base that we're going to filter -
trunk/wp-includes/theme.php
r13225 r13377 1435 1435 * Must be called in the themes functions.php file to work. 1436 1436 * 1437 * @author Mark Jaquith1438 1437 * @since 2.9 1439 1438 * @param string $feature the feature being added … … 1451 1450 * Checks a theme's support for a given feature 1452 1451 * 1453 * @author Mark Jaquith1454 1452 * @since 2.9 1455 1453 * @param string $feature the feature being checked … … 1491 1489 * Checks a theme's support for a given feature before loading the functions which implement it. 1492 1490 * 1493 * @author Peter Westwood1494 1491 * @since 2.9 1495 1492 * @param string $feature the feature being checked
Note: See TracChangeset
for help on using the changeset viewer.