Changeset 36736 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 02/26/2016 05:11:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r36734 r36736 1317 1317 1318 1318 /** 1319 * Sort themes by name.1319 * Sorts themes by name. 1320 1320 * 1321 1321 * @since 3.4.0 … … 1323 1323 * @static 1324 1324 * @access public 1325 * 1326 * @param array $themes Array of themes to sort, passed by reference. 1325 1327 */ 1326 1328 public static function sort_by_name( &$themes ) {
Note: See TracChangeset
for help on using the changeset viewer.