Changeset 8600 for trunk/wp-includes/general-template.php
- Timestamp:
- 08/09/2008 05:36:14 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r8572 r8600 374 374 375 375 $link_html = apply_filters( "get_archives_link", $link_html ); 376 376 377 377 return $link_html; 378 378 } … … 1198 1198 1199 1199 /** 1200 * Enqueues the default ThickBox js and css. 1200 * Enqueues the default ThickBox js and css. 1201 1201 * If any of the settings need to be changed, this can be done with another js file 1202 1202 * similar to media-upload.js and theme-preview.js. That file should require array('thickbox') 1203 * to ensure it is loaded after. 1203 * to ensure it is loaded after. 1204 1204 */ 1205 1205 function add_thickbox() {
Note: See TracChangeset
for help on using the changeset viewer.