Changeset 32568 for trunk/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 05/24/2015 05:39:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r32566 r32568 68 68 * @param string $handle 69 69 * @param bool $echo 70 * @return bool|string| null70 * @return bool|string|void 71 71 */ 72 72 public function print_scripts_l10n( $handle, $echo = true ) { … … 78 78 * @param string $handle 79 79 * @param bool $echo 80 * @return bool|string| null80 * @return bool|string|void 81 81 */ 82 82 public function print_extra_script( $handle, $echo = true ) {
Note: See TracChangeset
for help on using the changeset viewer.