Changeset 20324
- Timestamp:
- 03/29/2012 06:49:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-theme.php
r20318 r20324 1019 1019 * 1020 1020 * @since 3.4.0 1021 * @access p ublic1021 * @access private 1022 1022 * 1023 1023 * @param string $path Absolute path to search. … … 1211 1211 /** 1212 1212 * Sort themes by name. 1213 * 1214 * @since 3.4.0 1215 * @access public 1213 1216 */ 1214 1217 public static function sort_by_name( &$themes ) { … … 1227 1230 * 1228 1231 * @since 3.4.0 1229 * @access p ublic1232 * @access private 1230 1233 */ 1231 1234 private static function _name_sort( $a, $b ) { … … 1237 1240 * 1238 1241 * @since 3.4.0 1239 * @access p ublic1242 * @access private 1240 1243 */ 1241 1244 private static function _name_sort_i18n( $a, $b ) {
Note: See TracChangeset
for help on using the changeset viewer.