mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-10 17:41:56 +01:00
Fix values for gallery sort order
git-svn-id: http://svn.automattic.com/wordpress/trunk@10748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fa16c202bc
commit
0acdb66f83
@ -1597,8 +1597,9 @@ jQuery(function($){
|
||||
<td class="field">
|
||||
<select id="orderby" name="orderby">
|
||||
<option value="menu_order" selected="selected"><?php _e('Menu order'); ?></option>
|
||||
<option value="post_name"><?php _e('Name'); ?></option>
|
||||
<option value="title"><?php _e('Title'); ?></option>
|
||||
<option value="ID"><?php _e('Date/Time'); ?></option>
|
||||
<option value="rand"><?php _e('Random'); ?></option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user