Changeset 11173 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 05/04/2009 05:54:08 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/theme-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r11110 r11173 97 97 $docs_select .= '<option value="">' . _a( 'Function Name...' ) . '</option>'; 98 98 foreach ( $functions as $function ) { 99 $docs_select .= '<option value="' . urlencode( $function) . '">' . htmlspecialchars( $function ) . '()</option>';99 $docs_select .= '<option value="' . attr( urlencode( $function ) ) . '">' . htmlspecialchars( $function ) . '()</option>'; 100 100 } 101 101 $docs_select .= '</select>';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)