Changeset 17009
- Timestamp:
- 12/16/2010 10:46:13 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ms.php
r16973 r17009 341 341 } 342 342 343 /* 343 /** 344 344 * @since 3.0.0 345 345 * -
trunk/wp-includes/deprecated.php
r16562 r17009 2036 2036 } 2037 2037 2038 /* 2038 /** 2039 2039 * Retrieve bookmark data based on ID. 2040 2040 * -
trunk/wp-includes/functions.php
r16999 r17009 4304 4304 } 4305 4305 4306 /* 4306 /** 4307 4307 * Used internally to tidy up the search terms 4308 4308 * -
trunk/wp-includes/meta.php
r16953 r17009 440 440 } 441 441 442 /* 442 /** 443 443 * Populates the $meta_query property 444 444 * -
trunk/wp-includes/taxonomy.php
r16999 r17009 506 506 } 507 507 508 /* 508 /** 509 509 * Given a taxonomy query, generates SQL to be appended to a main query. 510 510 * … … 1716 1716 } 1717 1717 1718 /* 1718 /** 1719 1719 * Deletes one existing category. 1720 1720 *
Note: See TracChangeset
for help on using the changeset viewer.